AWS AWSEC2 documentation change
Summary
Removed warning about unsupported resource-level permissions for create-fleet and associated example policy
Security assessment
While this change removes documentation about a permissions limitation, there's no explicit evidence of a security fix or vulnerability addressed.
Diff
diff --git a/AWSEC2/latest/UserGuide/tag-ec2-fleet.md b/AWSEC2/latest/UserGuide/tag-ec2-fleet.md index 0c08080ec..92f8196cd 100644 --- a//AWSEC2/latest/UserGuide/tag-ec2-fleet.md +++ b//AWSEC2/latest/UserGuide/tag-ec2-fleet.md @@ -34,14 +33,0 @@ Create a IAM policy that includes the following: -###### Important - -We currently do not support resource-level permissions for the `create-fleet` resource. If you specify `create-fleet` as a resource, you will get an unauthorized exception when you try to tag the fleet. The following example illustrates how _not_ to set the policy. - - - { - "Effect": "Allow", - "Action": [ - "ec2:CreateTags", - "ec2:CreateFleet" - ], - "Resource": "arn:aws:ec2:us-east-1:111122223333:create-fleet/*" - } -