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

add the check for pidMode #76

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

y-isono
Copy link

@y-isono y-isono commented Apr 3, 2025

If users are sharing a PID namespace in a task, they can only start ECS Exec sessions into one container.

https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec.html#ecs-exec-considerations

You can have only one ECS Exec session per process ID (PID) namespace. If you are sharing a PID namespace in a task, you can only start ECS Exec sessions into one container.

So, if pidMode is task, it would be nice exec checker could warn the mode.
related issue: #75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant