You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2236,8 +2236,8 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
2236
2236
### A company has implemented AWS CodeDeploy as part of its cloud native CI/CD stack. The company enables automatic rollbacks while deploying a new version of a popular web application from in-place to Amazon EC2. What occurs if the deployment of the new version fails due to code regression?
2237
2237
2238
2238
-[ ] The last known good deployment is automatically restored using the snapshot stored in Amazon S3.
2239
-
-[x] CodeDeploy switches the Amazon Route 53 alias records back to the known good green deployment and terminates the failed blue deployment.
2240
-
-[] A new deployment of the last known version of the application is deployed with a new deployment ID.
2239
+
-[] CodeDeploy switches the Amazon Route 53 alias records back to the known good green deployment and terminates the failed blue deployment.
2240
+
-[x] A new deployment of the last known version of the application is deployed with a new deployment ID.
2241
2241
-[ ] AWS CodePipeline promotes the most recent deployment with a SUCCEEDED status to production.
0 commit comments