A developer packaged a small application (requires minimal CPU and memory) as a container image. The app fetches data from an external API, processes it, and writes results to S3. The application must run once every hour in an existing Amazon ECS cluster. Which option minimizes infrastructure management overhead?
Choose an answer
Tap an option to check your answer.
Correct answer: Create an ECS task definition that uses the AWS Fargate launch type..
Why this is the answer
Creating an ECS task definition with the AWS Fargate launch type minimizes infrastructure management overhead because Fargate is a serverless compute engine for containers. You don't need to provision, patch, or scale servers; AWS manages the underlying EC2 instances. For an hourly, small application, this is ideal as you pay only for the compute resources consumed during execution. Adding a capacity provider or managed node groups still requires managing EC2 instances, increasing overhead. Launching a standalone EC2 instance for a small, hourly task is inefficient and requires significant manual management.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed