Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

jdoyen0/Project-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

project-01

Project 1: Terraform + AWS VPC (Foundational)

Goal: Deploy a simple but production-like network with Terraform.

What you’ll build: A VPC with CIDR block (e.g., 10.0.0.0/16). 2 public subnets, 2 private subnets across different AZs. Internet Gateway + route table for public subnets. NAT Gateway + route table for private subnets. Security groups: allow HTTP/SSH inbound on public instances, only internal access for private.

Day-to-day workflow skills you’ll practice: Writing reusable modules (e.g., VPC, subnets). Managing remote state (S3 + DynamoDB). Using Terraform workspaces (dev/test/prod). Planning changes safely (terraform plan) before apply.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages