Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ECS Worker Guide worker policies #16385

Open
EmilRex opened this issue Dec 13, 2024 · 0 comments
Open

Update ECS Worker Guide worker policies #16385

EmilRex opened this issue Dec 13, 2024 · 0 comments
Labels

Comments

@EmilRex
Copy link
Contributor

EmilRex commented Dec 13, 2024

The ECS Worker Guide instructs users to assign the arn:aws:iam::aws:policy/service-role/AmazonECSTaskExecutionRolePolicy policy to their worker ECSTask, but this role is insufficient for actually starting flow runs ECSTasks. The role should include the following permissions (also defined here):

"ec2:DescribeSubnets",
"ec2:DescribeVpcs",
"ecr:BatchCheckLayerAvailability",
"ecr:BatchGetImage",
"ecr:GetAuthorizationToken",
"ecr:GetDownloadUrlForLayer",
"ecs:DeregisterTaskDefinition",
"ecs:DescribeTaskDefinition",
"ecs:DescribeTasks",
"ecs:RegisterTaskDefinition",
"ecs:RunTask",
"ecs:StopTask",
"iam:PassRole",
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:GetLogEvents",
"logs:PutLogEvents"
@EmilRex EmilRex added the docs label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant