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?
Amazon ECS with Fargate
The managed service for orchestrating containers using Kubernetes
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 with Fargate?
Open an interactive chat with Bash
What is a blue/green deployment strategy in AWS?
Open an interactive chat with Bash
How does Fargate enable independent scaling of services?