Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #423 from hortonworks/rc-2.4
Browse files Browse the repository at this point in the history
update role
  • Loading branch information
keyki authored Feb 22, 2018
2 parents 5da317b + d4a8a76 commit b7d7066
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion include/aws-roles.bash
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,12 @@ aws-generate-inline-role-policy() {
"ec2:DeleteInternetGateway",
"ec2:DeleteRouteTable",
"ec2:DeleteRoute",
"ec2:DetachInternetGateway"
"ec2:DetachInternetGateway",
"ec2:RunInstances",
"ec2:StartInstances",
"ec2:StopInstances",
"ec2:TerminateInstances"
],
"Resource": [
"*"
Expand Down

0 comments on commit b7d7066

Please sign in to comment.