2 Answers
- Newest
- Most votes
- Most comments
1
The company wants to reduce the customer impact of an unsuccessful deployment.
Canary Deployment is the best here. You send a small part of the traffic (e.g. 10%) and monitor if everything is ok. If something is wrong - rollback. If the new version is ok, send 100% of traffic after 15 minutes.
Use an AWS Serverless Application Model (AWS SAM) template to define the serverless application. Use AWS CodeDeploy to deploy the Lambda functions with the Canary10Percent15Minutes Deployment Preference Type. Use Amazon CloudWatch alarms to monitor the health of the functions.
0
According to my opinion https://shorturl.at/4JYAI is the best to take practice test questions for exam preparation.
answered a year ago
Relevant content
- AWS OFFICIALUpdated 3 years ago
