SAA-C03 · Question #776
SAA-C03 Question #776: Real Exam Question with Answer & Explanation
The correct answer is C: Deploy the application on Amazon Elastic Container Service (Amazon ECS) containers that run. Amazon ECS on AWS Fargate allows running containers without managing servers, providing automatic scaling to handle thousands of requests per second. Fargate supports long-running tasks, making it suitable for video processing jobs that can take an hour or more, while minimizing
Question
A software company recently modernized its video processing application to run on containers. Depending on the video length and quality, the video processing jobs could take 1 hour or more to finish. The video processing jobs are expected to serve thousands of requests each second. Which solution will meet these requirements with the LEAST operational overhead?
Options
- AInstall Kubernetes on a fleet of Amazon EC2 instances. Deploy the application.
- BRun the application by using AWS Lambda functions that use a container image.
- CDeploy the application on Amazon Elastic Container Service (Amazon ECS) containers that run
- DDeploy the application on Amazon EC2 instances that run on an AWS Outposts rack.
Explanation
Amazon ECS on AWS Fargate allows running containers without managing servers, providing automatic scaling to handle thousands of requests per second. Fargate supports long-running tasks, making it suitable for video processing jobs that can take an hour or more, while minimizing operational overhead compared with managing EC2 instances or Kubernetes clusters.
Community Discussion
No community discussion yet for this question.