Developers want to run containers for a permitting workflow without managing the underlying servers. Which AWS capability fits?
Select an answer to reveal the explanation.
Short Explanation
No server babysitting for containers means Fargate—serverless container compute so the permitting workflow runs without patching hosts. Dedicated Hosts are the opposite vibe; Snowcone and VPC peering are not container runtimes.
Full Explanation
AWS Fargate is a serverless compute engine for containers that removes the need to provision and manage EC2 instances for the container hosts. It works with ECS and EKS launch models so teams focus on task or pod definitions. Dedicated Hosts increase infrastructure responsibility rather than reducing it. Physical edge devices and networking features do not substitute for serverless container compute.