AWS systems-manager documentation change
Summary
Replaced account ID placeholder with '111122223333' in Lambda and IAM resource ARNs
Security assessment
Change updates placeholder account IDs to a concrete example value. No security vulnerability addressed, just documentation example standardization.
Diff
diff --git a/systems-manager/latest/userguide/automation-ec2rescue.md b/systems-manager/latest/userguide/automation-ec2rescue.md index 9a543e22f..b256626f8 100644 --- a//systems-manager/latest/userguide/automation-ec2rescue.md +++ b//systems-manager/latest/userguide/automation-ec2rescue.md @@ -90 +90 @@ JSON - "Resource": "arn:aws:lambda:*:account ID:function:AWSSupport-EC2Rescue-*", + "Resource": "arn:aws:lambda:*:111122223333:function:AWSSupport-EC2Rescue-*", @@ -121,2 +121,2 @@ JSON - "arn:aws:iam::account ID:role/AWSSupport-EC2Rescue-*", - "arn:aws:iam::account ID:instance-profile/AWSSupport-EC2Rescue-*" + "arn:aws:iam::111122223333:role/AWSSupport-EC2Rescue-*", + "arn:aws:iam::111122223333:instance-profile/AWSSupport-EC2Rescue-*"