AWS AmazonS3 documentation change
Summary
Added JSON formatting markers, standardized region/account IDs in ARNs, and updated placeholder values
Security assessment
Changes improve example consistency but do not indicate security fixes or new security guidance. Placeholder updates prevent potential misconfigurations but are not tied to a disclosed vulnerability.
Diff
diff --git a/AmazonS3/latest/s3-outposts/outposts-replication-prerequisites-config.md b/AmazonS3/latest/s3-outposts/outposts-replication-prerequisites-config.md index 2d3174319..f10aa3eed 100644 --- a//AmazonS3/latest/s3-outposts/outposts-replication-prerequisites-config.md +++ b//AmazonS3/latest/s3-outposts/outposts-replication-prerequisites-config.md @@ -149,0 +150,6 @@ This section explains the trust policy and minimum required permissions policy. +JSON + + +**** + + @@ -164,0 +172,6 @@ This section explains the trust policy and minimum required permissions policy. +JSON + + +**** + + @@ -175,2 +188,2 @@ This section explains the trust policy and minimum required permissions policy. - "arn:aws:s3-outposts:region:123456789012:outpost/SOURCE-OUTPOST-ID/bucket/SOURCE-OUTPOSTS-BUCKET/object/*", - "arn:aws:s3-outposts:region:123456789012:outpost/SOURCE-OUTPOST-ID/accesspoint/SOURCE-OUTPOSTS-BUCKET-ACCESS-POINT/object/*" + "arn:aws:s3-outposts:us-east-1:123456789012:outpost/SOURCE-OUTPOST-ID/bucket/SOURCE-OUTPOSTS-BUCKET/object/*", + "arn:aws:s3-outposts:us-east-1:123456789012:outpost/SOURCE-OUTPOST-ID/accesspoint/SOURCE-OUTPOSTS-BUCKET-ACCESS-POINT/object/*" @@ -186,2 +199,2 @@ This section explains the trust policy and minimum required permissions policy. - "arn:aws:s3-outposts:region:123456789012:outpost/DESTINATION-OUTPOST-ID/bucket/DESTINATION-OUTPOSTS-BUCKET/object/*", - "arn:aws:s3-outposts:region:123456789012:outpost/DESTINATION-OUTPOST-ID/accesspoint/DESTINATION-OUTPOSTS-BUCKET-ACCESS-POINT/object/*" + "arn:aws:s3-outposts:us-east-1:123456789012:outpost/DESTINATION-OUTPOST-ID/bucket/DESTINATION-OUTPOSTS-BUCKET/object/*", + "arn:aws:s3-outposts:us-east-1:123456789012:outpost/DESTINATION-OUTPOST-ID/accesspoint/DESTINATION-OUTPOSTS-BUCKET-ACCESS-POINT/object/*" @@ -225,0 +240,6 @@ If you're creating the IAM service role manually, set the role path as `role/ser +JSON + + +**** + + @@ -235 +255 @@ If you're creating the IAM service role manually, set the role path as `role/ser - "AWS":"arn:aws:iam::SourceBucket-account-ID:role/service-role/source-account-IAM-role" + "AWS": "arn:aws:iam::111122223333:role/service-role/source-account-IAM-role" @@ -242 +262 @@ If you're creating the IAM service role manually, set the role path as `role/ser - "arn:aws:s3-outposts:region:DestinationBucket-account-ID:outpost/DESTINATION-OUTPOST-ID/bucket/DESTINATION-OUTPOSTS-BUCKET/object/*" + "arn:aws:s3-outposts:us-east-1:DestinationBucket-account-ID:outpost/DESTINATION-OUTPOST-ID/bucket/DESTINATION-OUTPOSTS-BUCKET/object/*" @@ -249,0 +269,7 @@ If you're creating the IAM service role manually, set the role path as `role/ser +JSON + + +**** + + + @@ -258 +284 @@ If you're creating the IAM service role manually, set the role path as `role/ser - "AWS":"arn:aws:iam::SourceBucket-account-ID:role/service-role/source-account-IAM-role" + "AWS": "arn:aws:iam::111122223333:role/service-role/source-account-IAM-role" @@ -265 +291 @@ If you're creating the IAM service role manually, set the role path as `role/ser - "arn:aws:s3-outposts:region:DestinationBucket-account-ID:outpost/DESTINATION-OUTPOST-ID/accesspoint/DESTINATION-OUTPOSTS-BUCKET-ACCESS-POINT/object/*" + "arn:aws:s3-outposts:us-east-1:DestinationBucket-account-ID:outpost/DESTINATION-OUTPOST-ID/accesspoint/DESTINATION-OUTPOSTS-BUCKET-ACCESS-POINT/object/*"