containers-roadmap
containers-roadmap copied to clipboard
[Batch] [Fargate] [request]: Add ARM64 architecture support for Batch jobs running on AWS Fargate
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Tell us about your request Add support for ARM64 architecture when running Batch jobs on AWS Fargate.
Which service(s) is this request for? Batch, Fargate, ECS.
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? There is already ARM64 support for ECS tasks running on AWS Fargate that we use extensively. The runtime platform can be specified in the task definition parameters. However, there is currently no option for specifying the runtime platform for Batch jobs running on AWS Fargate in the job definition parameters.
We use Batch jobs for a substantial portion of our workload and being able to use ARM64 architecture would lower the costs significantly.
Are you currently working around this issue? No, we use x86-64 architecture for the workload.