• Post category:StudyBullet-3
  • Reading time:5 mins read


Eliminate the all-hands-on-deck manual process at the end of the development cycle

What you will learn

Describe the benefits of infrastructure as code (IaC)

Explore AWS infrastructure as a code offerings

Automate the creation of the pipeline

Build a Pipeline with AWS CloudFormation

Differentiate between continuous integration, continuous delivery, and continuous deployment

Explore deployment strategies for serverless applications

How to deploy updates to AWS Lambda with AWS SAM and AWS CodeDeploy

Troubleshoot deployment details and errors

Description

The second course in the DevOps on AWS series explains how to improve the deployment process with DevOps methodology, and also some tools that might make deployments easier, such as Infrastructure as Code, or IaC, and AWS CodeDeploy.

The course begins with reviewing topics covered in the first course of the DevOps on AWS series. You will learn about the differences between continuous integration, continuous delivery, and continuous deployment. In Exercises 1 and 2, you will set up AWS CodeDeploy and make revisions that will then be deployed. If you use AWS Lambda, you will explore ways to address additional considerations when you deploy updates to your Lambda functions. Lastly, you will end the week by discovering ways to troubleshoot deployment errors.

Next, you will explore how infrastructure as code (IaC) helps organizations achieve automation, and which AWS solutions provide a DevOps-focused way of creating and maintaining infrastructure. In Exercise 3, you will be provided with an AWS CloudFormation template that will set up backend services, such as AWS CodePipeline, AWS CodeCommit, AWS CodeDeploy, and AWS CodeBuild. You will then upload new revisions to the pipeline.


Get Instant Notification of New Courses on our Telegram channel.


Note: This series is made up of three courses based on the steps of DevOps process. The first three steps “Code, Build, Test” are covered in the first course. The next two steps, “Release and Deploy” are covered in the second course. And then finally, our third course of the series covers the final steps “Operate and Monitor”. We recommend taking all three DevOps on AWS courses in the prescribed order for a logical and thorough learning experience.

English
language

Content

Week 1
Welcome to DevOps on AWS: Release and Deploy
Reading: Recap of Previous Course
Introduction to Week 1
Deployment Strategies for Virtual Machines
Reading: Deployment Strategies for Serverless
Deploying to Compute
Understanding the Appspec File
Reading: AppSpec File
Reading: Create your own AWS account
Introduction to Exercise 1
Optional Exercise 1: Preparing to use CodeDeploy
Introduction to Exercise 2
Optional Exercise 2: Deploying Updates to Virtual Machines
Demo: CodeDeploy in a Pipeline
Reading: Deploying Updates to Lambda with SAM and CodeDeploy
Troubleshooting Deployment Details and Errors
Week 1 Assessment
Week 2
Week 2 Introduction
Infrastructure as Code
Reading: Abstracting IaaC on AWS
Automating the Creation of the Pipeline
Troubleshooting AWS CloudFormation
Introduction to Exercise 3
Optional Exercise 3: Building a Pipeline with CloudFormation
Course Wrap-up
Week 2 Assessment