Project · AWS-DEVOPS-PROJECT

AWS DevOps Project

A modular AWS foundation built with Terraform — composable modules for the core building blocks of a DevOps environment. **Early-stage scaffold**: the root currently wires the `vpc` module; the other modules are present and being built out.

type readmestatus draftaws · terraform · modular · devops

Modules

  • vpc — network foundation (CIDR, subnets, gateways).
  • security — security groups / baseline.
  • compute — EC2 compute.
  • jenkins_agent — a Jenkins build-agent module.

Stack

Terraform (modular) · AWS VPC / EC2 / security groups · remote state (backend.tf).

Status

Early-stage — root main.tf wires the vpc module (several inputs commented while iterating); compute, security, and jenkins_agent modules scaffolded.

Source

~/Terraform/AWS-DEVOPS-PROJECT/.

Compiled from wiki/projects/AWS-DEVOPS-PROJECT/README.md · git is the source of truth