Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.08 KB

Infrastructure as Code - AWS Lab

Getting started

This repository contains the code needed to create an AWS infrastructure using the Infrastructure as Code (IaC) approach with Pulumi.

Lab 1 - S3 Bucket

The goal of this lab is to create an Amazon S3 bucket and load static files into it to create a simple website.

See more

Lab 2 - EC2 Instances

The goal of this lab is to create Amazon EC2 instances, a security group and a load balancer for a basic web server environment.

See more

Lab 3 - ECS Cluster with Fargate

The objective of this lab is to create an Amazon ECS cluster using the Fargate service, along with an Application Load Balancer (ALB) load balancer, to deploy a containerized application.

See more