AWS autoscaling documentation change
Summary
Standardized example ARNs to us-east-1 and expanded JSON formatting
Security assessment
Example cleanup without security implications.
Diff
diff --git a/autoscaling/ec2/userguide/ec2-auto-scaling-launch-template-permissions.md b/autoscaling/ec2/userguide/ec2-auto-scaling-launch-template-permissions.md index d3900f577..5c74c1a25 100644 --- a//autoscaling/ec2/userguide/ec2-auto-scaling-launch-template-permissions.md +++ b//autoscaling/ec2/userguide/ec2-auto-scaling-launch-template-permissions.md @@ -230,2 +230,2 @@ JSON - "arn:aws:ec2:region::image/ami-04d5cc9b88example", - "arn:aws:ec2:region:account-id:subnet/subnet-1a2b3c4d", + "arn:aws:ec2:us-east-1::image/ami-04d5cc9b88example", + "arn:aws:ec2:us-east-1:account-id:subnet/subnet-1a2b3c4d", @@ -235 +235 @@ JSON - "arn:aws:ec2:region:account-id:security-group/sg-903004f88example" + "arn:aws:ec2:us-east-1:account-id:security-group/sg-903004f88example" @@ -243 +243,6 @@ JSON - "StringEquals": { "ec2:InstanceType": ["t2.micro", "t2.small"] } + "StringEquals": { + "ec2:InstanceType": [ + "t2.micro", + "t2.small" + ] + }