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


Learn the basic concepts, technology, use cases, and benefits of implementing DevOps on AWS

What you will learn

Understand the DevOps philosophies and its lifecycle

Explain DevOps cultural philosophies, practices, and tools

Implement and manage continuous delivery systems and methodologies on AWS

Best practices for Continuous Integration

How to use the right tools to measure code quality by identifying workflow steps

Understanding Source Control

Use AWS Cloud9 to set up your development environment

Describe how the DevOps model benefits development and operations teams

Description

The DevOps on AWS course series teaches you how to use the combination of DevOps philosophies, practices and tools to develop, deploy, and maintain applications in the AWS Cloud. Benefits of adopting DevOps include:

  1. Rapid delivery
  2. Reliability
  3. Scalability
  4. Security
  5. Improved collaboration.

DevOps is the combination of cultural philosophies, practices, and tools that increases an organization’s ability to deliver applications and services at high velocity: evolving and improving products at a faster pace than organizations using traditional software development and infrastructure management processes. This speed enables organizations to better serve their customers and compete more effectively in the market.

DevOps process can be visualized as an infinite loop, comprising these steps: code, build, test, release, deploy, operate, monitor. Throughout each phase, teams collaborate and communicate to maintain alignment, velocity, and quality. The first course in the DevOps on AWS series focuses on code, build and test parts of the workflow. We will discuss topics such as source control, best practices for Continuous Integration, and how to use the right tools to measure code quality, by identifying workflow steps that could be automated. You will explore AWS Services that will help your application delivery, like AWS CodeCommit, AWS CodeBuild and AWS CodePipeline.


Get Instant Notification of New Courses on our Telegram channel.


Target audience for this course

  • DevOps engineers
  • DevOps architects
  • Operations engineers
  • System administrators
  • Developers
  • Site Reliability Engineers
  • Cloud Engineers

Note: This series is made up of three courses based on the steps of a DevOps process. The first three steps “Code, Build, Test” are covered in the first course. The next two steps, “Release and Deploy” will be covered in the second course. And then finally, our third course of the series will cover 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: Code, Build, and Test
Thinking in DevOps
Meet the Application
The Code
Exercise 1 Introduction
Exercise 1 – Source Control
The Build
Branching Strategies
Week 1 Reading/Resources
Doing the Exercises on Your Laptop
Week 1 Quiz
Week 2
The Test
Exercise 2 Introduction
Exercise 2 – Run Tests
Automate Testing
Exercise 3 Introduction
Exercise 3 – Automate Tests
Continuous Integration
Exercise 4 Introduction
Exercise 4 – Build the Pipeline
Automate the SAM Deploy
Week 2 Reading/Resources
Course Wrap-Up
Week 2 Quiz