Skip to content

Commit

Permalink
Merge pull request #3 from outerbounds/add-new-batch-permission
Browse files Browse the repository at this point in the history
Add DescribeInstanceStatus permission to the execution role
  • Loading branch information
oavdeev authored Feb 3, 2022
2 parents 5c381ff + 99378ac commit 47d68d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/computation/iam-batch-execution.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ data "aws_iam_policy_document" "custom_access_policy" {
"ec2:DescribeAccountAttributes",
"ec2:DescribeInstances",
"ec2:DescribeInstanceAttribute",
"ec2:DescribeInstanceStatus",
"ec2:DescribeSubnets",
"ec2:DescribeSecurityGroups",
"ec2:DescribeKeyPairs",
Expand Down

0 comments on commit 47d68d7

Please sign in to comment.