From the course: AWS Certified Developer - Associate (DVA-C02) Exam Tips
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Code deployment using AWS CI/CD services - Amazon Web Services (AWS) Tutorial
From the course: AWS Certified Developer - Associate (DVA-C02) Exam Tips
Code deployment using AWS CI/CD services
- [Instructor] Continuous integration and continuous delivery, or CI/CD for short, this is a continuous process of automating the software release lifecycle. The letter D in CI/CD can also mean deployment, so, this concept covers the continuous integration, delivery, and deployment of your enterprise applications. Continuous integration is the practice of integrating code changes from numerous developers as regularly or as continuously as possible, whereas continuous delivery is the process of automatically deploying the application code changes from the test environment to production. The difference between continuous delivery and continuous deployment is in the way of how they release the application change to the production environment. In continuous delivery, the change usually has a manual approval first before it is promoted to production, while in continuous deployment, the change has an uninterrupted flow through the entirety of the pipeline. Both continuous delivery and…
Contents
-
-
-
-
-
-
(Locked)
Deployment: DVA-C02 exam domain overview3m 28s
-
(Locked)
Preparing application artifacts for deployment3m 8s
-
(Locked)
Testing applications in development environments3m 2s
-
(Locked)
Deployment automation and testing3m 15s
-
(Locked)
Code deployment using AWS CI/CD services3m 9s
-
(Locked)
Deployment exam domain summary3m 11s
-
(Locked)
-
-