Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Developer - Associate DVA-C02 All Questions

View all questions & answers for the AWS Certified Developer - Associate DVA-C02 exam

Exam AWS Certified Developer - Associate DVA-C02 topic 1 question 320 discussion

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?

  • A. Add a capacity provider to manage instances.
  • B. Add an Amazon EC2 instance that runs the application.
  • C. Define a task definition with an AWS Fargate launch type.
  • D. Create an Amazon ECS cluster and add the managed node groups feature to run the application.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
tgv
Highly Voted 9 months ago
Selected Answer: C
Always ECS with Fargate for the least management.
upvoted 10 times
...
Saudis
Most Recent 1 week, 3 days ago
Selected Answer: C
AWS Fargate Serverless Container management
upvoted 1 times
...
preachr
1 month, 2 weeks ago
Selected Answer: C
Fargate is suitable for the following workloads: - Large workloads that require low operational overhead - Small workloads that have an occasional burst - Tiny workloads - Batch workloads
upvoted 1 times
...
65703c1
5 months, 3 weeks ago
Selected Answer: C
C is the correct answer.
upvoted 1 times
...
KarBiswa
8 months, 2 weeks ago
Selected Answer: C
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html
upvoted 3 times
...
ANDRES715
8 months, 2 weeks ago
Selected Answer: C
El desarrollador debe definir una definición de tarea con un tipo de lanzamiento de AWS Fargate. Al utilizar AWS Fargate, el desarrollador puede ejecutar la aplicación en un clúster de Amazon ECS sin tener que administrar la infraestructura subyacente. Fargate se encarga de aprovisionar y escalar automáticamente los recursos necesarios para ejecutar la tarea de la aplicación, lo que reduce la carga operativa y los gastos generales de administración. Al ejecutar la aplicación en AWS Fargate, el desarrollador puede aprovechar los recursos mínimos de CPU y RAM necesarios para la aplicación, lo que garantiza un uso eficiente de los recursos y minimiza los costos.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...