Skip to content

Releases: maxllt/Training-Terraform-AWS-ec2-Labs

2.0 Second Lab

15 Mar 16:10
b123250
Compare
Choose a tag to compare

This lab provides an example Terraform configuration for deploying an EC2 instance, a NAT Gateway, and an Application Load Balancer (ALB) on Amazon Web Services (AWS). It includes setting up resources in both public and private subnets, configuring security groups, and creating a VPC to host the infrastructure.

1.0 - First Lab

14 Mar 15:47
144c81e
Compare
Choose a tag to compare

This is the first release with the First Lab of my Training to handle AWS and Terraform. It provides an example Terraform configuration for deploying an EC2 instance on Amazon Web Services (AWS). It includes setting up security groups, subnets, SSH rules, a new VPC, and an Internet gateway to allow access to the EC2 instance from the internet.