Skip to content

Commit

Permalink
allow instances to create tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
roylines committed Apr 11, 2016
1 parent be0d639 commit b52ffa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iam-instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ resource "aws_iam_role_policy" "instance_policy" {
"ecs:DiscoverPollEndpoint",
"ecs:Poll",
"ecs:RegisterContainerInstance",
"ecs:StartTask",
"ecs:StartTelemetrySession",
"ecs:Submit*"
],
Expand Down

0 comments on commit b52ffa6

Please sign in to comment.