AWS ebs documentation change
Summary
Removed JSON policy example for AMI Recycle Bin operations and tag management
Security assessment
Policy example removal is documentation restructuring without security implications. No security vulnerability addressed.
Diff
diff --git a/ebs/latest/userguide/recycle-bin-working-with-amis.md b/ebs/latest/userguide/recycle-bin-working-with-amis.md index 314054bbc..0034afb34 100644 --- a//ebs/latest/userguide/recycle-bin-working-with-amis.md +++ b//ebs/latest/userguide/recycle-bin-working-with-amis.md @@ -46,34 +45,0 @@ The following is an example IAM policy. It includes the `ec2:DescribeTags` permi -JSON - - -**** - - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Sid": "AllowRecycleBinOperations", - "Effect": "Allow", - "Action": [ - "ec2:ListImagesInRecycleBin", - "ec2:RestoreImageFromRecycleBin" - ], - "Resource": "arn:aws:ec2:*::image/*" - }, - { - "Sid": "AllowImageTagOperations", - "Effect": "Allow", - "Action": [ - "ec2:CreateTags", - "ec2:DeleteTags", - "ec2:DescribeTags" - ], - "Resource": "arn:aws:ec2:*::image/*" - } - ] - } - - -