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
已提问 8 个月前618 查看次数
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
专家
已回答 8 个月前
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
已回答 8 个月前
-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
已回答 8 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则