Skip to content

Commit 103f017

Browse files
authored
Update aws-console.md
Removed the trailing comma after "ec2:DeleteSecurityGroup" which made the JSON invalid
1 parent fa45930 commit 103f017

File tree

1 file changed

+1
-1
lines changed
  • content/operate/rc/subscriptions/bring-your-own-cloud/iam-resources

1 file changed

+1
-1
lines changed

content/operate/rc/subscriptions/bring-your-own-cloud/iam-resources/aws-console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ First, create a policy to use for the new instance role:
6565
"Effect": "Allow",
6666
"Action": [
6767
"ec2:AuthorizeSecurityGroupIngress",
68-
"ec2:DeleteSecurityGroup",
68+
"ec2:DeleteSecurityGroup"
6969
],
7070
"Resource": "*",
7171
"Condition": {

0 commit comments

Comments
 (0)