Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.58 KB

File metadata and controls

36 lines (23 loc) · 1.58 KB

Lab 1 — Modern Infrastructure as Code

The first lab takes you on a tour of infrastructure as code concepts:

  1. Creating a New Project
  2. Configuring AWS
  3. Provisioning Infrastructure
  4. Updating your Infrastructure
  5. Making Your Stack Configurable
  6. Creating a Second Stack
  7. Destroying Your Infrastructure

Lab 2 - Provision EC2 Virtual Machines

In this lab, you will learn about the creation of Virtual Machines in EC2. This lab will include the use of loops to create loadbalanced infrastructure in EC2.

Lab 3 - Deploying Containers to Elastic Container Service (ECS)

In this lab, you will learn about how to create and deploy container based applications to Elastic Container Service (ECS).

Lab 4 - Deploying a Kubernetes Cluster

In this lab, you will learn about how to create and deploy a Kubernetes Cluster in EKS. Cluster.

Lab 5 - Deploying Containers to a Kubernetes Cluster

In this lab, you will learn about how to create and deploy container based applications to a Kubernetes Cluster.

Lab 6 - Using AWS Lambda for Serverless Application Patterns

In this lab, you will learn about how to create and deploy serverless applications to AWS Lambda.