Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

AWS EKS Lab

Latest Release Terraform Kubernetes License

Professional-grade AWS EKS lab project demonstrating Terraform-managed infrastructure, Helm-based monitoring, CloudWatch integration, and CI/CD workflows with Infracost.

AWS Terraform Lab

A sandbox project to learn and test AWS infrastructure using Terraform.

Setup

  1. Install Terraform & AWS CLI

    brew install terraform awscli
  2. Configure AWS credentials

    aws configure
  3. Initialize Terraform

    cd terraform
    terraform init
  4. Plan & Apply

    terraform plan
    terraform apply -auto-approve
  5. Destroy

    terraform destroy -auto-approve

This lab spins up a simple EC2 instance in your default region for practice. Safe to delete anytime — perfect for learning and teardown drills.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages