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?
From the course: AWS Certified Advanced Networking - Specialty (ANS-C01) Cert Prep (2025)
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
-
-
-
(Locked)
Overview29s
-
Infrastructure as code demo3m 30s
-
(Locked)
Hybrid environment1m 23s
-
(Locked)
Evaluate authorization5m 44s
-
(Locked)
Monitoring and logging1m 47s
-
(Locked)
Route 532m 11s
-
(Locked)
AWS Boto3 Cloud9 CodeWhisperer demo5m 3s
-
(Locked)
Command-line interface demo3m 28s
-
(Locked)
What is continuous delivery?2m 50s
-
(Locked)
Python CDK6m 57s
-
(Locked)
-
-