Skip to content

Commit

Permalink
Allow IAM users to Start/Stop/Reboot instances
Browse files Browse the repository at this point in the history
  • Loading branch information
tonejito committed Jun 23, 2020
1 parent da732b1 commit cf0f261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/project-scenario/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ resource "aws_iam_policy" "iam_policy" {
"Statement": [
{
"Sid": "EC2LimitedAccess",
"Effect": "Deny",
"Effect": "Allow",
"Action": [
"ec2:RebootInstances",
"ec2:StartInstances",
Expand Down

0 comments on commit cf0f261

Please sign in to comment.