DevOps with AWS
2h 21mIntermediate2021-07-15
Authors

Dipali Kulshrestha
AWS-Certified Software Programmer and Cloud Architect
Course details
DevOps describes a culture and set of processes that bring development and operations teams together to simplify software development. It allows organizations to create and improve products at a faster pace than they can deliver with traditional software development approaches. And it’s gaining in popularity at a rapid rate. In this course, programmer Dipali Kulshrestha covers the concepts of DevOps with hands-on demos to create and automate CI/CD (continuous implementation and continuous delivery) pipelines. She covers AWS services like CodeCommit, CodeBuild, CodeDeploy, and CodePipeline, and how to implement DevOps with AWS offerings to increase security, scalability, reliability, and simplicity of the development processes.
Skills covered
DevOps FoundationsAmazon Web Services (AWS)AmazonDevOpsCloud ServicesCloud PlatformsCloud ComputingOne-Off
Concepts
Introduction
- Onboard DevOps with AWS
CodeCommit
- CICD overview
- CodeCommit overview
- Create first repo
- Clone, add, commit, push
- Branching
- Branch merge pull request
CodeBuild
- CodeBuild overview
- Create and test your first build
- buildspec.yml
- Environment variables and Parameter Store
- Artifacts and S3
CodeDeploy
- CodeDeploy overview
- InstanceSetup
- First deployment
- Configurations
- appspec.yml
- Rollbacks
CodePipeline
- CodePipeline overview
- CodeCommit and CodeDeploy
- Add CodeBuild
- Manual approval steps
Conclusion
- Mature your DevOps frameworks