Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Terraform Lab 2 — ASG behind ALB

Overview

Infrastructure built with Terraform in eu-central-1 (Frankfurt):

  • VPC + Internet Gateway
  • 2 public subnets (multi-AZ)
  • Security Groups
  • Launch Template (Ubuntu + nginx via user_data)
  • Auto Scaling Group (ASG)
  • Application Load Balancer (ALB) + Target Group + Listener (HTTP :80)

What I validated

  • Opened the ALB DNS and confirmed the custom page: “JovanOps Lab #2 — ASG behind ALB (Terraform)”
  • Verified ASG behavior: terminating an instance triggers a replacement (Activity tab shows events).
Screenshot (1188)

Run

terraform init
terraform fmt
terraform validate
terraform plan
terraform apply

About

AWS infrastructure lab deploying an Auto Scaling Group behind an Application Load Balancer to demonstrate scalable cloud architecture and high availability.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages