Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Run CLI command on ECS Fargate container

How is it possible to run a CLI command within a container that's using ECS/Fargate?

like image 460
Ste Avatar asked Dec 20 '18 11:12

Ste


1 Answers

DEPRECATED: As mentioned on this answer (How can I run commands in a running container in AWS ECS using Fargate) you cannot do it due to the fact AWS doesn't give you access to the underlying infrastructure.

UPDATE: Pierre below mentions an announcement from AWS allowing to do just that.

like image 124
tekneee Avatar answered Oct 12 '22 23:10

tekneee