CodeDeploy Strategies Quiz

5 questions Pass: 70% +25 pts

Quiz covering CI/CD Deployment

CodeDeploy Strategies Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which AWS CodeDeploy deployment type replaces instances in the deployment group with new instances, effectively replacing the entire fleet?

  2. 2

    In an in-place deployment, what happens to the application on the instances during the deployment process?

  3. 3

    Which deployment configuration would you choose if you want to shift traffic to your new version in two equal increments, with an interval of 10 minutes between them?

  4. 4

    When using a Canary deployment strategy, what is the primary purpose of the 'Canary' phase?

  5. 5

    You are performing a Blue/Green deployment on an Auto Scaling group. If the deployment fails during the transition, how does CodeDeploy handle the 'Green' Auto Scaling group?