From the course: Complete Guide to AWS Software Deployment
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
AWS CodeDeploy key concepts - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to AWS Software Deployment
AWS CodeDeploy key concepts
- [Presenter] We've looked at a few different services that AWS provides for both deployment and provisioning application servers. Next up is CodeDeploy. Unlike Beanstalk, CodeDeploy is not a full platform as a service. It'll take a bit more setting up, but it provides you with tremendous flexibility to create an end-to-end DevOps pipeline as we'll discover in this chapter. CodeDeploy is designed to give you tools and get out of the way. You write your own deployment scripts using a light framework. CodeDeploy provides hooks for certain deployment events so you can make sure to execute certain actions at the right time. It allows deployment from either S3 or Git. And finally, unlike Beanstalk, CodeDeploy is a deployment tool only. You'll need to build and provision infrastructure yourself in advance of using CodeDeploy. However, CodeDeploy can deploy to many instances at once as we'll see. There are a few concepts with which you'll need to be familiar before using CodeDeploy. First…
Contents
-
-
-
-
-
-
-
(Locked)
AWS CodeDeploy key concepts3m 29s
-
(Locked)
AWS CodeDeploy: AppSpec and lifecycle events3m 10s
-
(Locked)
AWS CodeDeploy: IAM setup3m 14s
-
(Locked)
AWS CodeDeploy: Instance preparation5m 10s
-
(Locked)
AWS CodeDeploy: Auto Scaling group8m 38s
-
(Locked)
AWS CodeDeploy: App creation1m 53s
-
(Locked)
Install and configure the AWS CLI5m 21s
-
(Locked)
AWS CodeDeploy: Adding database and security groups4m 40s
-
(Locked)
AWS CodeDeploy: Managing secrets with Secrets Manager6m 51s
-
(Locked)
AWS CodeDeploy: AppSpec and deployment13m 8s
-
(Locked)
AWS CodeDeploy: Add a load balancer9m 9s
-
(Locked)
Troubleshoot AWS CodeDeploy deployments3m 28s
-
(Locked)
Understanding AWS CodeBuild4m 43s
-
(Locked)
Add AWS CodeBuild support to an app4m 37s
-
(Locked)
Integrate AWS CodeBuild into CodePipeline10m 5s
-
(Locked)
AWS CodePipeline challenge: Add an approval stage1m 28s
-
(Locked)
AWS CodePipeline challenge solution: Add an approval stage7m 33s
-
(Locked)
AWS CodeDeploy teardown5m 43s
-
(Locked)
-
-
-