
Ultimate access to all questions.
A developer has an application that fetches data from an external API, processes it, and stores the output in Amazon S3. The application is containerized and has minimal resource requirements. The developer has an existing Amazon ECS cluster and needs to schedule the application to run hourly with minimal infrastructure management. What is the most efficient solution?
A
Implement a capacity provider for instance management.
B
Deploy the application on a dedicated Amazon EC2 instance.
C
Use AWS Fargate for task execution within the ECS cluster.
D
Utilize managed node groups in the existing ECS cluster for application deployment.