Learn how to use the combination of tools, practices, and cultural philosophy of DevOps to improve an organization’s ability to develop, deliver, and maintain applications and services at high velocity on AWS.
This course covers Continuous Integration (CI), Continuous Delivery (CD), microservices, infrastructure as code, monitoring and logging, and communication and collaboration.
The labs provide learners hands-on experience building and deploying CloudFormation templates and CI/CD pipelines. Labs for multi-pipeline workflows and pipelines that deploy to multiple environments are also included.
Objetivos:
- List the advantages of small DevOps teams
- List the roles and responsibilities of the members of a typical small DevOps team
- Leverage AWS Cloud9 to write, run and debug your code as well as share your cloud-based IDE with your dev team
- Build continuous integration/continuous delivery (CI/CD) pipelines including testing and security
- Develop Git branching strategies and integrate with CI/CD pipeline for various environments
- Use AWS CloudFormation to deploy development, test, and production environments for a software development project
- Design and implement an infrastructure on AWS that supports DevOps development projects
- Build a CI/CD pipeline for AWS CloudFormation templates
- Establish collaboration by bringing together the workflows and responsibilities of development and operations
- Host secure, highly scalable private Git repositories with AWS CodeCommit
- Leverage Amazon Elastic Container Registry (Amazon ECR) to securely store Docker container images and integrate with AWS CodeBuild and Amazon Elastic Container Service (Amazon ECS)
- Automate build, test, and packaging code with AWS CodeBuild
- Integrate security in the CI/CD pipelines tools and services
- Implement common deployment strategies such as “all at once,” “rolling,” and “blue/green”
- Automate software deployments to Amazon Elastic Compute Cloud (Amazon EC2), on-premises computes, AWS ECS (Amazon EC2 /AWS Fargate), and AWS Lambda with AWS CodeDeploy
- Automate your release pipelines (build, test, deploy) with AWS CodePipeline
- Monitor an application and environment using AWS tools and technologies