amazon-ecs-deploy-task-definition
amazon-ecs-deploy-task-definition copied to clipboard
Enable ECS Exec
Looking to deploy an ECS Fargate task with ECS Exec enabled so I can remotely explore inside the container using AWS CLI as described Here
It looks like the issue is that the updateEcsService
in index.js does not implement --enable-execute-command
or --disable-execute-command options
. But it seems like there are a bunch of other missing options as well, so it may become a question of the scope for this plugin.
It does not seem possible to include enable/disable execute command in the task definition. It's starting to seem like the intent is to only initiate exec-able tasks/containers from the command line, which would make sense as this has only been touted as a debug tool.
+1 Need this feature implemented.
Any updates on this feature?
Hi @arnold-keyvalue, thank you for reporting this feature request to us, we will look into this more and evaluate it.