AWS Batch: How to enable ECS Exec?

0

How do I enable the ECS Exec feature for an AWS Batch job. Batch handles creating the ECS task, but I don't see any option to run the task with ECS Exec enabled.

Anish
asked 7 months ago583 views
3 Answers
0

AWS Batch does not currently support ECS Exec functionality. If you'd like this feature, I'd recommend you reach out to your AWS account team so they can inform the service team of your request.

In the meantime, if you use an EC2 compute environment, you can log into your EC2 instances and access your Batch-manged containers via the docker exec command.

AWS
EXPERT
answered 7 months ago
0

Someone who downvoted my answer, then please explain why could I actually ECS Exec into my Batch container?

Enter image description here

profile picture
HS
answered 7 months ago
-1

Hi, this documentation shows that you can run a task with ECS Exec enabled by running run-task command with --enable-execute-command.

However, you need to override the command to make the task persist long enough for you to debug. For example, if your batch runs java MyMainTask, you need to override the command to sleep infinity and run your program manually in the execute-command session.

profile picture
HS
answered 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions