
Answer-first summary for fast verification
Answer: AWS Batch on Amazon EC2.
The correct answer is AWS Batch on Amazon EC2. AWS Batch is designed for running batch computing workloads on Amazon EC2 instances, fitting the needs for CPU-intensive tasks. It automatically provisions and scales the required compute resources, ensuring that the batch job completes within the required 15 minutes while minimizing operational overhead by managing the infrastructure. Options A, B, and C are not optimal because AWS Lambda is not suitable for long-running, CPU-intensive tasks, Amazon ECS with Fargate has more operational overhead compared to AWS Batch, and Amazon Lightsail is less suited for such high-performance tasks.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company is migrating a CPU-intensive batch job application to AWS, which runs hourly. The job averages 15 minutes on a 64 vCPU, 512 GiB memory server. What AWS solution ensures the job completes within 15 minutes with minimal operational overhead?
A
AWS Lambda with functional scaling.
B
Amazon ECS with AWS Fargate.
C
Amazon Lightsail with AWS Auto Scaling.
D
AWS Batch on Amazon EC2.
No comments yet.