From the course: AWS Certified Developer - Associate (DVA-C02) Cert Prep
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
AWS CodeDeploy deployment configuration - Amazon Web Services (AWS) Tutorial
From the course: AWS Certified Developer - Associate (DVA-C02) Cert Prep
AWS CodeDeploy deployment configuration
- [Instructor] Now let's look at the different deployment configurations available in CodeDeploy. What deployment configuration is used for is it allows you to define how aggressive or conservative your deployment approach is going to be. A deployment configuration is a set of rules and conditions that CodeDeploy applies during deployments to determine if a deployment is successful or not. There are five predefined deployment configurations in CodeDeploy. The first one that we'll talk about is the all at once deployments. All at once deployment is very easy to understand and it is the simplest among the deployment configurations. As the name implies, CodeDeploy will try to replace the old application code on all existing instances with the latest code version in one go. So if you have five instances, for example, the new application version is deployed to these instances all at the same time. So what are the…
Contents
-
-
-
-
-
AWS deployment services14m 25s
-
(Locked)
AWS CloudFormation overview3m 9s
-
(Locked)
AWS CloudFormation template anatomy11m 43s
-
(Locked)
AWS Serverless Application Model (AWS SAM) overview3m 49s
-
(Locked)
Hands-on lab: AWS SAM CLI14m 2s
-
(Locked)
Deploying codes with external dependencies to AWS Lambda5m 31s
-
(Locked)
Hands-on lab: Deploying codes with to AWS Lambda6m 59s
-
(Locked)
AWS CodeDeploy overview2m 41s
-
(Locked)
AWS CodeDeploy primary components3m 37s
-
AWS CodeDeploy in-place vs. blue-green deployment4m 40s
-
(Locked)
AWS CodeDeploy deployment configuration6m 5s
-
(Locked)
AWS CodeDeploy lifecycle event hooks4m 18s
-
(Locked)
AWS Elastic Beanstalk overview4m 30s
-
(Locked)
AWS Elastic Beanstalk deployment policies7m 33s
-
(Locked)
AWS Elastic Beanstalk lifecycle policy4m 15s
-
(Locked)
AWS Elastic Beanstalk CLI3m 52s
-
(Locked)
AWS Elastic Beanstalk vs. AWS CodeDeploy3m 20s
-
(Locked)
Amazon API Gateway overview5m 1s
-
(Locked)
Amazon API Gateway usage plans4m 22s
-
Hands-on lab: API Gateway basics12m 36s
-
(Locked)
Hands-on labs: Amazon API Gateway stages configuration7m 46s
-
(Locked)
AWS CodePipeline overview4m 39s
-
(Locked)
Hands-on lab: AWS CodePipeline manual approval actions9m 15s
-
-