

# Amazon managed policies for Amazon Web Services Support Plans
<a name="managed-policies-aws-support-plans"></a>

Amazon Web Services Support Plans has the following managed policies.

**Contents**
+ [Amazon managed policy: AWSSupportPlansFullAccess](#support-plan-full-access-managed-policy)
+ [Amazon managed policy: AWSSupportPlansReadOnlyAccess](#support-plan-read-only-access-managed-policy)
+ [Amazon Web Services Support Plans updates to Amazon managed policies](#security-iam-awsmanpol-updates-support-plans)

## Amazon managed policy: AWSSupportPlansFullAccess
<a name="support-plan-full-access-managed-policy"></a>

Amazon Web Services Support Plans uses the [https://console.amazonaws.cn/iam/home#/policies/arn:aws:iam::aws:policy/AWSSupportPlansFullAccess$jsonEditor](https://console.amazonaws.cn/iam/home#/policies/arn:aws:iam::aws:policy/AWSSupportPlansFullAccess$jsonEditor) Amazon managed policy. The IAM entity uses this policy to complete the following Support Plans actions for you:
+ View your support plan for your Amazon Web Services account
+ View details about the status for a request to change your support plan
+ Change the support plan for your Amazon Web Services account
+ Create support plan schedules for your Amazon Web Services account
+  View a list of all support plan modifiers for your Amazon Web Services account

------
#### [ JSON ]

****  

```
{
    "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 [Amazon Web Services Support Plans updates to Amazon managed policies](#security-iam-awsmanpol-updates-support-plans).

## Amazon managed policy: AWSSupportPlansReadOnlyAccess
<a name="support-plan-read-only-access-managed-policy"></a>

Amazon Web Services Support Plans uses the [https://console.amazonaws.cn/iam/home#/policies/arn:aws:iam::aws:policy/AWSSupportPlansReadOnlyAccess$jsonEditor](https://console.amazonaws.cn/iam/home#/policies/arn:aws:iam::aws:policy/AWSSupportPlansReadOnlyAccess$jsonEditor) Amazon managed policy. The IAM entity uses this policy to complete the following read-only Support Plans actions for you:
+ View your support plan for your Amazon Web Services account
+ View details about the status for a request to change your support plan
+  View a list of all support plan modifiers for your Amazon Web Services account

------
#### [ JSON ]

****  

```
{
    "Version":"2012-10-17",		 	 	 
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "supportplans:GetSupportPlan",
                "supportplans:GetSupportPlanUpdateStatus",
                "supportplans:ListSupportPlanModifiers"
            ],
            "Resource": "*"
        }
    ]
}
```

------

For a list of changes to the policies, see [Amazon Web Services Support Plans updates to Amazon managed policies](#security-iam-awsmanpol-updates-support-plans).

## Amazon Web Services Support Plans updates to Amazon managed policies
<a name="security-iam-awsmanpol-updates-support-plans"></a>



View details about updates to Amazon 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](History.md) page.



The following table describes important updates to the Support Plans managed policies since September 29, 2022.


**Amazon Web Services Support**  

| Change | Description | Date | 
| --- | --- | --- | 
| [AWSSupportPlansReadOnlyAccess](#support-plan-read-only-access-managed-policy) - Update to an existing policy<br />[AWSSupportPlansFullAccess](#support-plan-full-access-managed-policy) - Update to an existing policy | Add ListSupportPlanModifiers action to AWSSupportPlansFullAccess and AWSSupportPlansReadOnlyAccess managed policies. | September 9, 2024 | 
| [AWSSupportPlansFullAccess](#support-plan-full-access-managed-policy) - 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 | 