amazon-ecs-exec-checker
amazon-ecs-exec-checker copied to clipboard
🚀 Pre-flight checks for ECS Exec
no errors in the script, but I can't connect with execute-command: ``` The Session Manager plugin was installed successfully. Use the AWS CLI to start a session. Starting session with...
If the `pidMode` is set to task, it would be nice if amazon ecs exec checker could warn and point toward the following issue https://github.com/aws/containers-roadmap/issues/2268 It's very time consuming to...
For Fargate containers using Service Connect, the SubnetID of the network interface may not be obtained from .attachments[0], and the following error occurs. > An error occurred (InvalidSubnetID.NotFound) when calling...
~*Issue #, if available:*~ *Description of changes:* In my describe-tasks json, `tasks[0].attachments` have ServiceConnect information firstly and ElasticNetworkInterface information secondly. So, I cannot get my taskSubnetId by current logic and...