AWS xray documentation change
Summary
Removed specific JSON policy examples for CreateGroup and CreateSamplingRule actions from IAM documentation
Security assessment
Removal of policy examples appears to be documentation cleanup rather than security-related. No indication these examples were insecure or related to vulnerabilities. Maintains general security documentation structure without adding new security content.
Diff
diff --git a/xray/latest/devguide/security_iam_service-with-iam.md b/xray/latest/devguide/security_iam_service-with-iam.md index 4fd2361cc..8c3b968b1 100644 --- a//xray/latest/devguide/security_iam_service-with-iam.md +++ b//xray/latest/devguide/security_iam_service-with-iam.md @@ -104,34 +103,0 @@ The following is an example of an identity-based permissions policy for a `Creat - - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Action": [ - "xray:CreateGroup" - ], - "Resource": [ - "arn:aws:xray:eu-west-1:123456789012:group/local-users/*" - ] - } - ] - } - -The following is an example of an identity-based permissions policy for a `CreateSamplingRule` action. - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Action": [ - "xray:CreateSamplingRule" - ], - "Resource": [ - "arn:aws:xray:eu-west-1:123456789012:sampling-rule/base-scorekeep" - ] - } - ] - } -