1 Answer
- Newest
- Most votes
- Most comments
0
Dear Sid,
AWS Batch supports the job that can executed as a Docker container. AWS Batch uses Amazon ECS to execute containerized jobs by making use of ECS Agent installed on the EC2 instance(Container instance).
For example- when you create a Batch Compute environment, an ECS cluster is created in the backend. AWS Batch only supports containerized applications. It is not possible to run non-containerized workloads on AWS Batch.
https://aws.amazon.com/batch/faqs/
For you use-case of uploading an application bundle and running your app on EC2 instances, please consider looking into our Elastic beanstalk service-
https://aws.amazon.com/elasticbeanstalk/
Cheers,
Nitheesha
Edited by: Nitheeshaataws on Dec 12, 2018 10:34 AM
answered 6 years ago
Relevant content
- asked 3 years ago
- asked 2 years ago
- asked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 8 months ago