Skip to content

Commit

Permalink
add DescribeInstanceStatus permission to the execution role
Browse files Browse the repository at this point in the history
  • Loading branch information
oavdeev committed Feb 3, 2022
1 parent 5c381ff commit 99378ac
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 99378ac

Please sign in to comment.