A municipal permitting platform decomposes into container microservices and the team wants elastic compute without managing EC2 capacity for the nodes. Which compute option best removes EC2 node operations?
Select an answer to reveal the explanation.
Short Explanation
Containers without babysitting servers is the Fargate pitch—drop the task, skip the node farm. For city permitting microservices that want elasticity without EC2 capacity chores, Fargate fits. Self-managed ECS on EC2, Dedicated Hosts, or bare metal put the node ops right back on the team.
Full Explanation
AWS Fargate runs containers without requiring customers to provision or manage EC2 instances, which suits microservice deployments where removing node operations is a primary goal. ECS on EC2, Dedicated Hosts, and unmanaged Docker on bare metal still leave capacity and host management with the customer. Fargate is the associate-level serverless container choice for this requirement.