lgriffin
lgriffin

Reputation: 99

How can I access AWS ECS containers?

I have a task running a container in AWS ECS. There doesn't seam to be any ECS CLI commands to access that container. Is is possible to log directly into a container running in ECS?

Upvotes: 3

Views: 7985

Answers (1)

Cloud W.
Cloud W.

Reputation: 181

Yes, you can access the ECS container if you deployed using AWS - ECS - EC2 option. You can get the container IP from the ECS - ECS instances tab and SSH into the instance to see it there. Make sure the Security Group of this instance allows SSH access. Let me know if this helps!

Upvotes: 3

Related Questions