From the course: AWS Certified Advanced Networking - Specialty (ANS-C01) Cert Prep (2025)

Unlock this course with a free trial

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

What is continuous delivery?

What is continuous delivery?

- [Instructor] Let's walk through a continuous delivery workflow using the latest cloud-native ecosystem tools. To start off with, you would develop in an environment, oftentimes this would be a cloud-based environment like Cloud9 on AWS or GitHub Codespaces on the Azure platform. And the reason for using these cloud--native environments is that they give you the ability to use all of the developer tools that will later be in the production environment. So you have a very similar one-to-one environment. Now, when you're building things, you'll push not only the software, but the infrastructure as code as well. And the infrastructure as code allows you to define every single aspect of what's happening in a cloud-based environment or a Kubernetes-based environment. And notice here that when you push the changes that the build system will then go through and test your code, merge the code, and this build will then automatically go to the provisioning step. And what's powerful about…

Contents