A Java case-management application for social services will be containerized during migration. Which AWS platform combination should architects select for hosting images and running tasks without managing servers?
Select an answer to reveal the explanation.
Short Explanation
Containers need a coat check and a stage. ECR holds the images; ECS on Fargate runs them without you patching container hosts—laptop registries and Glacier are not a platform.
Full Explanation
A common Task 4.3 container target is Amazon ECR for image storage plus Amazon ECS on AWS Fargate for managed compute without server administration. Laptop-only registries, Glacier as a runtime registry, and abandoning containers for an unmanaged Windows service miss the selected modernization path.