AWS Certified Solutions Architect Associate SAA-C03 Practice Question
A company is developing an application that needs to execute a large number of short-lived, compute-intensive tasks. The number of tasks can vary significantly and unpredictably throughout the day. The company wants a solution that minimizes operational overhead, scales automatically to handle the varying load, and charges based on actual compute time used. Which service should the company use to run these tasks?
Use Lambda functions to execute the tasks.
Run the tasks in containers managed by ECS with Fargate.
Utilize a batch processing service to process the tasks.
Deploy the tasks on EC2 instances within an Auto Scaling group.