AWS vpc documentation change
Summary
Expanded JSON formatting for S3 bucket policies and updated region in ARNs
Security assessment
Structural JSON formatting changes and region standardization in existing policies
Diff
diff --git a/vpc/latest/tgw/flow-logs-s3.md b/vpc/latest/tgw/flow-logs-s3.md index 04bd84338..53e7a56bd 100644 --- a//vpc/latest/tgw/flow-logs-s3.md +++ b//vpc/latest/tgw/flow-logs-s3.md @@ -157 +157,3 @@ JSON - "Principal": {"Service": "delivery.logs.amazonaws.com"}, + "Principal": { + "Service": "delivery.logs.amazonaws.com" + }, @@ -166 +168 @@ JSON - "aws:SourceArn": "arn:aws:logs:region:123456789012:*" + "aws:SourceArn": "arn:aws:logs:us-east-1:123456789012:*" @@ -173,2 +175,6 @@ JSON - "Principal": {"Service": "delivery.logs.amazonaws.com"}, - "Action": ["s3:GetBucketAcl"], + "Principal": { + "Service": "delivery.logs.amazonaws.com" + }, + "Action": [ + "s3:GetBucketAcl" + ], @@ -181 +187 @@ JSON - "aws:SourceArn": "arn:aws:logs:region:123456789012:*" + "aws:SourceArn": "arn:aws:logs:us-east-1:123456789012:*"