From the course: Complete Guide to AWS Software Deployment
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Understanding AWS CodeBuild - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to AWS Software Deployment
Understanding AWS CodeBuild
- [Instructor] AWS CodeBuild is a fully managed build service that can build your code, run test, and create output artifacts. It provides a way for DevOps practitioners on AWS to start doing continuous integration in the AWS ecosystem. So what is continuous integration exactly? Well, if you're following good development practices, your application already has a suite of automated tests that you run on a regular basis. Each time you make a change to your code, you run your test to make sure that nothing has broken as a result. Running tests locally is fine for solo development. But what if you're on a team? When many people may contribute to the same code base, it's important that testing is performed continuously when anyone merges changes, and that it's done in a central location, not tied to anyone's workstation. Continuous integration provides a feedback loop between you and the rest of your team. Builds and tests are triggered on a schedule or in response to something like a git…
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)
-
-
-