Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/millerjmatos/iac-terraform
- Owner: millerjmatos
- Created: 2024-12-22T23:50:04.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2024-12-30T15:05:13.000Z (13 days ago)
- Last Synced: 2024-12-30T16:18:57.305Z (13 days ago)
- Topics: aws-dynamodb, aws-ec2, aws-s3, docker, docker-compose, dockerfile, infra-provisioning, infrastructure-as-code, pip, python, terraform
- Language: HCL
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security_groups.tf
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 managementThis 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)