AWS vpc documentation change
Summary
Updated AWS resource ARNs in JSON policy examples to use us-east-1 region and consistent formatting
Security assessment
Changes only standardize region references and formatting in policy examples without introducing new security content or addressing vulnerabilities
Diff
diff --git a/vpc/latest/privatelink/manage-notifications-endpoint.md b/vpc/latest/privatelink/manage-notifications-endpoint.md index 549b46c7b..449fb7ea6 100644 --- a//vpc/latest/privatelink/manage-notifications-endpoint.md +++ b//vpc/latest/privatelink/manage-notifications-endpoint.md @@ -82 +82 @@ JSON - "Resource": "arn:aws:sns:region:account-id:topic-name", + "Resource": "arn:aws:sns:us-east-1:account-id:topic-name", @@ -85 +85 @@ JSON - "aws:SourceArn": "arn:aws:ec2:region:account-id:vpc-endpoint/endpoint-id" + "aws:SourceArn": "arn:aws:ec2:us-east-1:account-id:vpc-endpoint/endpoint-id" @@ -119 +119 @@ JSON - "Resource": "arn:aws:kms:region:account-id:key/key-id", + "Resource": "arn:aws:kms:us-east-1:account-id:key/key-id", @@ -122 +122 @@ JSON - "aws:SourceArn": "arn:aws:ec2:region:account-id:vpc-endpoint/endpoint-id" + "aws:SourceArn": "arn:aws:ec2:us-east-1:account-id:vpc-endpoint/endpoint-id"