ROSAManageSubscription - AWS Managed Policy

ROSAManageSubscription

Description: This policy provides the permissions required to manage the Red Hat OpenShift Service on AWS (ROSA) subscription.

ROSAManageSubscription is an AWS managed policy.

Using this policy

You can attach ROSAManageSubscription to your users, groups, and roles.

Policy details

  • Type: AWS managed policy

  • Creation time: April 11, 2022, 20:58 UTC

  • Edited time: August 04, 2023, 19:59 UTC

  • ARN: arn:aws:iam::aws:policy/ROSAManageSubscription

Policy version

Policy version: v2 (default)

The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.

JSON policy document

{ "Version" : "2012-10-17", "Statement" : [ { "Effect" : "Allow", "Action" : [ "aws-marketplace:Subscribe", "aws-marketplace:Unsubscribe" ], "Resource" : "*", "Condition" : { "ForAnyValue:StringEquals" : { "aws-marketplace:ProductId" : [ "34850061-abaf-402d-92df-94325c9e947f", "bfdca560-2c78-4e64-8193-794c159e6d30" ] } } }, { "Effect" : "Allow", "Action" : [ "aws-marketplace:ViewSubscriptions" ], "Resource" : "*" } ] }

Learn more