QuestionQ34

Security Operations

What is the goal of continuous deployment within the CI/CD lifecycle?

  • A Maintaining a state in which any version of the software can be deployed to a production environment.
  • B Merging code changes into a central repository
  • C Packaging code into a Docker container for deployment
  • D Automatically deploying every change that passes the automated tests to production, minimizing lead time
Explanation

Continuous deployment automatically deploys each change that passes automated testing to production, removing manual release approval and reducing lead time. AWS distinguishes it from continuous delivery by the automatic production deployment.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!