AWS Security ChangesHomeSearch

AWS awssupport documentation change

Service: awssupport · 2025-10-28 · Documentation low

File: awssupport/latest/user/support-app-managed-policies.md

Summary

Replaced inline policy JSON with references to AWS-managed policies and removed redundant policy examples.

Security assessment

Simplifies documentation by linking to managed policies but does not introduce new security features or address vulnerabilities. Routine documentation cleanup.

Diff

diff --git a/awssupport/latest/user/support-app-managed-policies.md b/awssupport/latest/user/support-app-managed-policies.md
index d7e9358c7..6957cb8ed 100644
--- a//awssupport/latest/user/support-app-managed-policies.md
+++ b//awssupport/latest/user/support-app-managed-policies.md
@@ -32 +32 @@ For more information, see [AWS Support App in Slack](./aws-support-app-for-slack
-This policy grants permissions that allow the entity to perform AWS Support, Service Quotas, and IAM actions for the AWS Support App.
+To view the permissions for this policy, see [AWSSupportAppFullAccess](https://docs.aws.amazon.com/aws-managed-policy/latest/reference/AWSSupportAppFullAccess.html#AWSSupportAppFullAccess-json.html) in the _AWS Managed Policy Reference_.
@@ -47,33 +46,0 @@ This policy includes the following permissions:
-JSON
-    
-
-****
-    
-    
-    
-    {
-        "Version":"2012-10-17",		 	 	 
-        "Statement": [
-            {
-                "Effect": "Allow",
-                "Action": [
-                    "supportapp:GetSlackOauthParameters",
-                    "supportapp:RedeemSlackOauthCode",
-                    "supportapp:DescribeSlackChannels",
-                    "supportapp:ListSlackWorkspaceConfigurations",
-                    "supportapp:ListSlackChannelConfigurations",
-                    "supportapp:CreateSlackChannelConfiguration",
-                    "supportapp:DeleteSlackChannelConfiguration",
-                    "supportapp:DeleteSlackWorkspaceConfiguration",
-                    "supportapp:GetAccountAlias",
-                    "supportapp:PutAccountAlias",
-                    "supportapp:DeleteAccountAlias",
-                    "supportapp:UpdateSlackChannelConfiguration",
-                    "iam:ListRoles"
-                ],
-                "Resource": "*"
-            }
-        ]
-    }
-    
-
@@ -85,0 +53,2 @@ The [AWSSupportAppReadOnlyAccess](https://console.aws.amazon.com/iam/home#/polic
+To view the permissions for this policy, see [AWSSupportAppReadOnlyAccess](https://docs.aws.amazon.com/aws-managed-policy/latest/reference/AWSSupportAppReadOnlyAccess.html) in the _AWS Managed Policy Reference_.
+
@@ -95,22 +63,0 @@ This policy includes the following permissions:
-JSON
-    
-
-****
-    
-    
-    
-    {
-        "Version":"2012-10-17",		 	 	 
-        "Statement": [
-            {
-                "Effect": "Allow",
-                "Action": [
-                    "support:DescribeCases",
-                    "support:DescribeCommunications"
-                ],
-                "Resource": "*"
-            }
-        ]
-    }
-    
-