Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjaminburton/terraform_autoscaling
https://github.com/benjaminburton/terraform_autoscaling
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjaminburton/terraform_autoscaling
- Owner: BenjaminBurton
- Created: 2025-02-07T17:42:16.000Z (3 days ago)
- Default Branch: main
- Last Pushed: 2025-02-07T17:45:19.000Z (3 days ago)
- Last Synced: 2025-02-07T18:33:46.164Z (3 days ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security.tf
Awesome Lists containing this project
README
# terraform_autoscaling
## Terraform AWS Infrastructure
This Terraform project sets up a basic cloud infrastructure on AWS with the following components:
- Custom VPC with Public and Private Subnets
- Application Load Balancer (ALB)
- Auto Scaling Group (ASG) for EC2 instances
- Security Groups for each component
- Remote backend for storing Terraform state in S3## Prerequisites
- Terraform v1.0 or above
- AWS credentials configured (via AWS CLI or environment variables)## Usage
1. Clone the repository:
```bash
git clone https://github.com/BenjaminBurton/terraform_autoscaling.git
cd terraform_autoscaling
```