AWS Certified Solutions Architect Associate SAA-C03 Practice Question
A development team is seeking to deploy a multi-tiered application composed of several stateless microservices. They require a solution that scales the application components independently in response to changes in CPU and memory demand, and supports deployment strategies that minimize downtime during updates. Which service should they leverage to meet these needs?
The managed service for orchestrating containers using Kubernetes
Amazon ECS with Fargate
A service that provides scalable virtual servers with a container management platform
The scalable workflow service for batch processing
Amazon ECS with Fargate is the right choice because it allows for the orchestration and scaling of containerized applications without the need to manage underlying server infrastructure. It enables independent scaling of services based on resource consumption and integrates with AWS CodeDeploy to facilitate advanced deployment strategies like blue/green deployments, effectively minimizing downtime and risk during updates.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Amazon ECS and how does it work with Fargate?
Open an interactive chat with Bash
What are blue/green deployments and how do they minimize downtime?
Open an interactive chat with Bash
What are stateless microservices and why are they important?