Skip to content
This repository was archived by the owner on Jun 5, 2020. It is now read-only.

Commit 1367373

Browse files
committed
(MAINT) add missing region permission to IAM profile
1 parent 292b0f0 commit 1367373

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/iam-profile/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ add to this profile.
2828
"Statement": [
2929
{
3030
"Action": [
31+
"ec2:DescribeRegions",
3132
"ec2:DescribeInstances",
3233
"ec2:RunInstances",
3334
"ec2:StartInstances",

examples/iam-profile/profile.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"Statement": [
44
{
55
"Action": [
6+
"ec2:DescribeRegions",
67
"ec2:DescribeInstances",
78
"ec2:RunInstances",
89
"ec2:StartInstances",

0 commit comments

Comments
 (0)