Deployment Strategies
AWS Elastic Beanstalk provides different deployment strategies that enable businesses to deploy their applications efficiently and with minimal downtime. These deployment strategies are designed to cater to various requirements, such as Blue/Green deployments, in-place updates, and rolling deployme…
AWS Certified Solutions Architect - Deployment Strategies Example Questions
Test your knowledge of Deployment Strategies
Question 1
A team needs an out-of-the-box blue/green deployment feature that lets them clone an environment and swap the production CNAME between environments to minimize downtime. Which AWS service provides this natively?
Question 2
You need to deploy a serverless application consisting of multiple functions based on event triggers. What deployment strategy should you use?
Question 3
A company is deploying a traditional web application that runs on Amazon EC2 instances and cannot be refactored to serverless at this time. The application must be highly available within a single AWS Region, remain accessible during the loss of an Availability Zone, and scale automatically with demand. Which deployment strategy best meets these requirements?