Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 603 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 603 Bytes

AWS Infrastructure with Terraform

Creates an EC2 instance with HTTP and SSH access through Security Groups. State management handled via S3 bucket with DynamoDB locking.

Prerequisites

  1. Docker installed locally
  2. AWS account with configured credentials (Access Key & Secret Key)
  3. AWS SSH key pair (name required)
  4. Configured S3 bucket and DynamoDB table for Terraform state management

This project serves as a foundation for learning Terraform practices with AWS infrastructure. Feel free to modify and expand upon it. 😀


Created by Muller Matos