github.com/in4it/ecs-deploy@v0.0.42-0.20240508120354-ed77ff16df25/templates/iam/ecs-ec2-policy.json (about) 1 { 2 "Version": "2012-10-17", 3 "Statement": [ 4 { 5 "Effect": "Allow", 6 "Action": [ 7 "ecs:DeregisterContainerInstance", 8 "ecs:DiscoverPollEndpoint", 9 "ecs:Poll", 10 "ecs:RegisterContainerInstance", 11 "ecs:StartTelemetrySession", 12 "ecs:Submit*", 13 "ecs:StartTask", 14 "ecr:GetAuthorizationToken", 15 "ecr:BatchCheckLayerAvailability", 16 "ecr:GetDownloadUrlForLayer", 17 "ecr:BatchGetImage" 18 ], 19 "Resource": "*" 20 } 21 ] 22 }