
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company is migrating an old application to AWS. The application runs a batch job every hour and is CPU intensive. The batch job takes 15 minutes on average with an on-premises server. The server has 64 virtual CPU (vCPU) and 512 GiB of memory.
Which solution will run the batch job within 15 minutes with the LEAST operational overhead?
A
Use AWS Lambda with functional scaling.
B
Use Amazon Elastic Container Service (Amazon ECS) with AWS Fargate.
C
Use Amazon Lightsail with AWS Auto Scaling.
D
Use AWS Batch on Amazon EC2.
Explanation:
Correct Answer: D - Use AWS Batch on Amazon EC2
AWS Batch is specifically designed for running batch computing workloads on AWS. Here's why this is the best choice:
A. AWS Lambda:
B. Amazon ECS with Fargate:
C. Amazon Lightsail with Auto Scaling:
D. AWS Batch on EC2:
This solution provides the required compute power while minimizing operational overhead, making it the most appropriate choice for this CPU-intensive batch workload.