AWS managedservices documentation change
Summary
Fixed JSON syntax formatting in IAM policy examples and added section dividers
Security assessment
Changes involve syntax corrections (adding quotes, proper array formatting) and structural markup without introducing or modifying security-related content. No evidence of addressing vulnerabilities or security features.
Diff
diff --git a/managedservices/latest/userguide/request-iam-user.md b/managedservices/latest/userguide/request-iam-user.md index 2d0b66939..1abbf3ecd 100644 --- a//managedservices/latest/userguide/request-iam-user.md +++ b//managedservices/latest/userguide/request-iam-user.md @@ -37,0 +38,6 @@ AMS change type statement in the default IAM instance profile that allows access +JSON + + +**** + + @@ -43,3 +49,5 @@ AMS change type statement in the default IAM instance profile that allows access - "Action":amscm:*, - "Resource": [ "arn:aws:amscm:*:*:changetype/ct-ID1:1.0", - "arn:aws:amscm:*:*:changetype/ct-ID2:1.0"] + "Action": "amscm:*", + "Resource": [ + "arn:aws:amscm:*:*:changetype/ct-ID1:1.0", + "arn:aws:amscm:*:*:changetype/ct-ID2:1.0" + ] @@ -96,0 +106,6 @@ JSON +JSON + + +**** + + @@ -102 +117 @@ JSON - "Action":amscm:*" + "Action": "amscm:*", @@ -107 +122 @@ JSON - "Action":amscm:*" + "Action": "amscm:*",