nerdexam
Amazon

DVA-C02 · Question #334

A developer built an application that calls an external API to obtain data, processes the data, and saves the result to Amazon S3. The developer built a container image with all of the necessary depen

The correct answer is C. Define a task definition with an AWS Fargate launch type.. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html

Submitted by ngozi_ng· Mar 5, 2026Deployment

Question

A developer built an application that calls an external API to obtain data, processes the data, and saves the result to Amazon S3. The developer built a container image with all of the necessary dependencies to run the application as a container. The application runs locally and requires minimal CPU and RAM resources. The developer has created an Amazon ECS cluster. The developer needs to run the application hourly in Amazon Elastic Container Service (Amazon ECS). Which solution will meet these requirements with the LEAST amount of infrastructure management overhead?

Options

  • AAdd a capacity provider to manage instances.
  • BAdd an Amazon EC2 instance that runs the application.
  • CDefine a task definition with an AWS Fargate launch type.
  • DCreate an Amazon ECS cluster and add the managed node groups feature to run the application.

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    13% (4)
  • C
    78% (25)
  • D
    6% (2)

Explanation

https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html

Community Discussion

No community discussion yet for this question.

Full DVA-C02 Practice