AWS amazonq documentation change
Summary
Removed example IAM Role Policy for S3 bucket access in PutGroup documentation
Security assessment
Removal of an IAM policy example does not inherently indicate a security issue. While IAM policies relate to security, the change appears to be documentation cleanup rather than addressing a specific vulnerability. No evidence of insecure policy example or CVE reference provided.
Diff
diff --git a/amazonq/latest/api-reference/API_PutGroup.md b/amazonq/latest/api-reference/API_PutGroup.md index 40c0de540..7fedb26d5 100644 --- a//amazonq/latest/api-reference/API_PutGroup.md +++ b//amazonq/latest/api-reference/API_PutGroup.md @@ -290,21 +289,0 @@ The following is an example of an S3 file for declaring a group. -### PutGroup IAM Role - -The following is an example of an IAM Role Policy for accessing the S3 bucket containg your Group file. - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Action": [ - "s3:GetObject" - ], - "Resource": [ - "arn:aws:s3:::bucket-name/*" - ] - } - ] - } - -