AWS managed policies for AWS Support Plans
AWS Support Plans has the following managed policies.
Contents
AWS managed policy: AWSSupportPlansFullAccess
AWS Support Plans uses the AWSSupportPlansFullAccess
-
View your support plan for your AWS account
-
View details about the status for a request to change your support plan
-
Change the support plan for your AWS account
-
Create support plan schedules for your AWS account
-
View a list of all support plan modifiers for your AWS account
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "supportplans:GetSupportPlan", "supportplans:GetSupportPlanUpdateStatus", "supportplans:StartSupportPlanUpdate", "supportplans:CreateSupportPlanSchedule" "supportplans:ListSupportPlanModifiers" ], "Resource": "*" } ] }
For a list of changes to the policies, see AWS Support Plans updates to AWS managed policies.
AWS managed policy: AWSSupportPlansReadOnlyAccess
AWS Support Plans uses the AWSSupportPlansReadOnlyAccess
-
View your support plan for your AWS account
-
View details about the status for a request to change your support plan
-
View a list of all support plan modifiers for your AWS account
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "supportplans:GetSupportPlan", "supportplans:GetSupportPlanUpdateStatus" "supportplans:ListSupportPlanModifiers" ], "Resource": "*" } ] }
For a list of changes to the policies, see AWS Support Plans updates to AWS managed policies.
AWS Support Plans updates to AWS managed policies
View details about updates to AWS managed policies for Support Plans since these services began tracking these changes. For automatic alerts about changes to this page, subscribe to the RSS feed on the Document history page.
The following table describes important updates to the Support Plans managed policies since September 29, 2022.
Change | Description | Date |
---|---|---|
AWSSupportPlansReadOnlyAccess - Update to an existing policy AWSSupportPlansFullAccess - Update to an existing policy |
Add ListSupportPlanModifiers action to
AWSSupportPlansFullAccess and AWSSupportPlansReadOnlyAccess managed
policies. |
September 9, 2024 |
AWSSupportPlansFullAccess - Update to an existing policy |
Add CreateSupportPlanSchedule action to
AWSSupportPlansFullAccess managed policy. |
May 8, 2023 |
Change log published |
Change log for the Support Plans managed policies. |
September 29, 2022 |