Q63 — AWS DVA-C02 Ch.3
Question 63 of 100 | ← Chapter 3
A developer built an application that calls an external API to retrieve data, processes the data, and saves the results to Amazon S3. The developer built a container image containing all necessary dependencies to run the application as a container. The application runs locally and requires maximum CPU and RAM resources. The developer has already created an Amazon ECS cluster. The developer needs to run the application hourly on Amazon Elastic Container Service (Amazon ECS). Which solution meets these requirements with the lowest infrastructure management overhead?
- A. Add a capacity provider to manage instances.
- B. Add an Amazon EC2 instance to run the application.
- C. Define a task definition using the AWS Fargate launch type. ✓
- D. Create an Amazon ECS cluster and add a managed node group to run the application.
Correct Answer: C. Define a task definition using the AWS Fargate launch type.
Explanation
Option C, using the AWS Fargate launch type, enables running containers without managing underlying infrastructure. By defining a task definition and selecting the Fargate launch type, the application can be easily run on Amazon ECS without worrying about instance management—minimizing infrastructure management overhead. 【Lantern Certification provided by: swufelp1999】