Skip to content

Commit

Permalink
Merge pull request #13 from Guslington/feature/iam
Browse files Browse the repository at this point in the history
fix assumed role for ecs service
  • Loading branch information
Guslington authored Aug 27, 2018
2 parents 670f0de + 8febce1 commit c42cf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs-service.cfndsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
end

IAM_Role('Role') do
AssumeRolePolicyDocument service_role_assume_policy('application-autoscaling')
AssumeRolePolicyDocument service_role_assume_policy('ecs')
Path '/'
ManagedPolicyArns ["arn:aws:iam::aws:policy/service-role/AmazonEC2ContainerServiceRole"]
end
Expand Down

0 comments on commit c42cf6e

Please sign in to comment.