AWS codecommit documentation change
Summary
Updated example account IDs and repository names in policy examples
Security assessment
Changes appear to be example standardization (111111111111 → 111122223333) without altering security semantics. No evidence of addressing specific vulnerabilities or adding security guidance.
Diff
diff --git a/codecommit/latest/userguide/auth-and-access-control-iam-identity-based-access-control.md b/codecommit/latest/userguide/auth-and-access-control-iam-identity-based-access-control.md index 1d8cb96dd..c4a258744 100644 --- a//codecommit/latest/userguide/auth-and-access-control-iam-identity-based-access-control.md +++ b//codecommit/latest/userguide/auth-and-access-control-iam-identity-based-access-control.md @@ -31,0 +32,6 @@ The following is an example of an identity-based permissions policy: +JSON + + +**** + + @@ -42,2 +48,2 @@ The following is an example of an identity-based permissions policy: - "arn:aws:codecommit:us-east-2:111111111111:MyDestinationRepo", - "arn:aws:codecommit:us-east-2:111111111111:MyDemo*" + "arn:aws:codecommit:us-east-2:111122223333:MyDemoRepo", + "arn:aws:codecommit:us-east-2:111122223333:MyDemo*"