AWS elasticloadbalancing medium security documentation change
Summary
Fixed ARN syntax in example S3 bucket policy from 'arn-aws-us-gov' to 'arn:aws-us-gov'
Security assessment
The corrected ARN format ensures proper access logging configuration. An invalid ARN could prevent logs from being stored, impacting security monitoring and audit capabilities. This directly addresses a potential misconfiguration that could lead to loss of security visibility.
Diff
diff --git a/elasticloadbalancing/latest/application/enable-access-logging.md b/elasticloadbalancing/latest/application/enable-access-logging.md index 2474690ab..33cccf7dd 100644 --- a//elasticloadbalancing/latest/application/enable-access-logging.md +++ b//elasticloadbalancing/latest/application/enable-access-logging.md @@ -263 +263 @@ This policy grants permissions to the specified Elastic Load Balancing account I - "Resource": "arn-aws-us-gov:s3:::amzn-s3-demo-bucket/prefix/AWSLogs/123456789012/*" + "Resource": "arn:aws-us-gov:s3:::amzn-s3-demo-bucket/prefix/AWSLogs/123456789012/*"