AWS athena medium security documentation change
Summary
Formatting change for S3 permission list (removed backticks around s3:GetObject and s3:ListBucket)
Security assessment
Incorrect permission formatting could lead to misconfiguration of IAM policies. Properly documenting required permissions is critical for security posture
Diff
diff --git a/athena/latest/ug/data-perimeters.md b/athena/latest/ug/data-perimeters.md index a3196614e..51c1a4cd8 100644 --- a//athena/latest/ug/data-perimeters.md +++ b//athena/latest/ug/data-perimeters.md @@ -15 +15 @@ Data perimeters that Athena uses Resource ARN | Required permissions | Identity -`arn:aws:s3:::athena-examples-<region>` | `s3:GetObject``s3:ListBucket` | The IAM principal accessing Athena. | +`arn:aws:s3:::athena-examples-<region>` | s3:GetObjects3:ListBucket | The IAM principal accessing Athena. |