DevOps with AWS: Tools for Automated Workflows
3h 14mIntermediate2025-01-07
Authors

Dipali Kulshrestha
AWS-Certified Software Programmer and Cloud Architect
Course details
DevOps describes a 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. In this course, Dipali Kulshrestha—an AWS-certified software programmer and an advocate of DevOps practices—covers the concepts of DevOps with hands-on demos to create and automate CI/CD (continuous implementation and continuous delivery) pipelines. Learn about AWS services, including CodeCommit, CodeBuild, CodeDeploy, CodeArtifact, and CodePipeline. Explore configuration techniques and advanced features. Plus, find out how to implement DevOps with AWS offerings to increase security, scalability, reliability, and simplicity of the development processes.
Learning objectives
Identify how to create and automate CI/CD pipelines on AWS.
Define the process of building a CI/CD workflow using AWS DevOps services.
Articulate how to automate deployment and updates of code and containerized applications.
Integrate AWS DevOps services to automate infrastructure provisioning.
Learning objectives
Identify how to create and automate CI/CD pipelines on AWS.
Define the process of building a CI/CD workflow using AWS DevOps services.
Articulate how to automate deployment and updates of code and containerized applications.
Integrate AWS DevOps services to automate infrastructure provisioning.
Skills covered
DevOps FoundationsAmazon Web Services (AWS)AmazonDevOpsCloud ServicesCloud PlatformsCloud ComputingOne-Off
Concepts
Introduction
- Onboard DevOps with AWS
CodeCommit
- CI CD overview
- CodeCommit overview
- Create first repo
- Clone, add, commit, push
- Branching
- Branch merge pull request
- CodeCommit advanced features
- CodeCommit discontinuation
- GitHub overview
CodeBuild
- CodeBuild overview
- Create and test your first build
- buildspec.yml
- Environment variables and AWS Parameter Store
- Artifacts and S3
- CodeBuild advanced features
CodeDeploy
- CodeDeploy overview
- Instance setup
- First deployment
- Configurations
- appspec.yml
- CodeDeploy - ECS
- CodeDeploy - Lambda
- Rollbacks
CodePipeline
- CodePipeline overview
- CodeCommit and CodeDeploy
- Add CodeBuild
- Manual approval steps
- CodePipeline for containers
- CodePipeline integration with CloudFormation
- CodePipeline advanced features
CodeArtifact
- CodeArtifact overview
- CodeArtifact upstream repositories and domains
- Create your own CodeArtifact
Conclusion
- Mature your DevOps frameworks