Skip to content

Commit

Permalink
Fixes #748
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentheet committed Nov 29, 2018
1 parent 78f88a5 commit 5c0a36d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/examples/iam-policy.json
Expand Up @@ -18,8 +18,10 @@
"ec2:CreateTags",
"ec2:DeleteTags",
"ec2:DeleteSecurityGroup",
"ec2:DescribeAccountAttributes",
"ec2:DescribeInstances",
"ec2:DescribeInstanceStatus",
"ec2:DescribeInternetGateways",
"ec2:DescribeSecurityGroups",
"ec2:DescribeSubnets",
"ec2:DescribeTags",
Expand Down Expand Up @@ -69,6 +71,7 @@
{
"Effect": "Allow",
"Action": [
"iam:CreateServiceLinkedRole",
"iam:GetServerCertificate",
"iam:ListServerCertificates"
],
Expand Down

0 comments on commit 5c0a36d

Please sign in to comment.