Description
In this course, you will :
- covers DevOps concepts with hands-on demonstrations of how to create and automate CI/CD (continuous implementation and continuous delivery) pipelines.
- covers AWS services such as CodeCommit, CodeBuild, CodeDeploy, and CodePipeline, as well as how to implement DevOps with AWS offerings to improve development process security, scalability, reliability, and simplicity.
Syllabus :
1. CodeCommit
- Create first repo
- Clone, add, commit, push
- Branching
- Branch merge pull request
2. CodeBuild
- Create and test your first build
- buildspec.yml
- Environment variables and Parameter Store
- Artifacts and S3
3. CodeDeploy
- InstanceSetup
- First deployment
- Configurations
- appspec.yml
- Rollbacks
4. CodePipeline
- CodeCommit and CodeDeploy
- Add CodeBuild
- Manual approval steps