AWS AWSEC2 documentation change
Summary
Removed example IAM policy snippet for EC2 Fleet tagging permissions
Security assessment
Deletes an example policy without explanation. While removing overly permissive examples could improve security posture, there is no explicit evidence this change addresses a specific security issue.
Diff
diff --git a/AWSEC2/latest/UserGuide/tag-ec2-fleet.md b/AWSEC2/latest/UserGuide/tag-ec2-fleet.md index 7f9077ceb..0c08080ec 100644 --- a//AWSEC2/latest/UserGuide/tag-ec2-fleet.md +++ b//AWSEC2/latest/UserGuide/tag-ec2-fleet.md @@ -34,21 +33,0 @@ Create a IAM policy that includes the following: -JSON - - -**** - - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Sid": "TagEC2FleetRequest", - "Effect": "Allow", - "Action": [ - "ec2:CreateTags", - "ec2:CreateFleet" - ], - "Resource": "*" - } - -