bac-lac / GA-PoC

0 stars 0 forks source link

Add ssh to container #81

Open mathieupetersonGC opened 1 month ago

mathieupetersonGC commented 1 month ago

Explore...

mathieupetersonGC commented 1 month ago

https://aws.amazon.com/blogs/containers/new-using-amazon-ecs-exec-access-your-containers-fargate-ec2/

cedricguindon commented 3 days ago

2 commands are needed: aws ecs update-service --cluster --service --enable-execute-command and aws ecs execute-command --cluster cluster-name \ --task task-id \ --container container-name \ --interactive \ --command "/bin/sh"