Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/millerjmatos/iac-terraform

EC2 instance
https://github.com/millerjmatos/iac-terraform

aws-dynamodb aws-ec2 aws-s3 docker docker-compose dockerfile infra-provisioning infrastructure-as-code pip python terraform

Last synced: 2 days ago
JSON representation

EC2 instance

Awesome Lists containing this project

README

        

# 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](https://linktr.ee/millerjmatos)