AWS Security ChangesHomeSearch

AWS appstudio documentation change

Service: appstudio · 2025-10-25 · Documentation low

File: appstudio/latest/userguide/security-iam.md

Summary

Removed IAM policy example for App Studio permissions

Security assessment

Deletion of an IAM policy example without evidence of addressing a security issue

Diff

diff --git a/appstudio/latest/userguide/security-iam.md b/appstudio/latest/userguide/security-iam.md
index fe52c15fe..82774cf32 100644
--- a//appstudio/latest/userguide/security-iam.md
+++ b//appstudio/latest/userguide/security-iam.md
@@ -113,19 +112,0 @@ The following statement lists all of the actions in App Studio:
-    
-    {
-        "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Sid": "AWS App Studio permissions",
-                "Effect": "Allow",
-                "Action": [  
-                    "appstudio:GetAccountStatus", // Required to get the current account's App Studio instance status
-                    "appstudio:GetEnablementJobStatus", // Required to get the status of an enablement job of an App Studio instance
-                    "appstudio:StartEnablementJob", // Required to start the enablement of an App Studio instance
-                    "appstudio:StartRollbackEnablementJob", // Required to disable an enabled App Studio instance
-                    "appstudio:StartTeamDeployment" // Required to start deployment in order to update the App Studio instance infrastructure
-                ],
-                "Resource": "*"
-            }
-        ]   
-    }
-