AWS whitepapers documentation change
Summary
Removed an example IAM policy granting SNS publish permissions to VPC endpoints.
Security assessment
The deletion appears to be a routine cleanup of a policy example. There is no evidence it addresses a security flaw or weakens guidance, as the policy itself was not inherently insecure.
Diff
diff --git a/whitepapers/latest/aws-privatelink/deploying-aws-privatelink.md b/whitepapers/latest/aws-privatelink/deploying-aws-privatelink.md index 01fb6af2c..a45d74d63 100644 --- a//whitepapers/latest/aws-privatelink/deploying-aws-privatelink.md +++ b//whitepapers/latest/aws-privatelink/deploying-aws-privatelink.md @@ -25,16 +24,0 @@ When deploying an endpoint, customers should consider the following: - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": - "Allow", - "Principal": { - - "Service": "vpce.amazonaws.com" - }, - "Action": "SNS:Publish", - "Resource": "arn:aws:sns:region:account:topic-name" - } - ] - } -