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
질문됨 7달 전615회 조회
3개 답변
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
전문가
답변함 7달 전
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
답변함 7달 전
-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
답변함 7달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인