From the course: Certificate of Cloud Security Knowledge (CCSK) Cert Prep

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Continuous delivery and deployment

Continuous delivery and deployment

- [Instructor] Continuous delivery and deployment are concepts that are part of DevSecOps. In the Cloud Security Alliance, SSDLC, software development and delivery are continuous. Just as the software development pipeline that feeds it undergoes continuous building and integration, there is a methodological and philosophical connection between the previous phase and this phase. Continuous integration, continuous delivery is an extension of DevOps. DevOps combine software development and IT operations processes and personnel to build and deploy code more effectively. An example of how testing security is embedded in the continuous integration aspect of continuous integration and continuous delivery ensures developers regularly update and merge new code features into code repositories where SAST occurs. The CD aspect involves the automated deployment of the code into production where DAST occurs. Let's follow a sample flow of the CI/CD process. It starts with the server configuration…

Contents