Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/8parth/terraform-rails-architecture
Two Tier AWS Web Application Architecture with Terraform
https://github.com/8parth/terraform-rails-architecture
terraform terraform-templates
Last synced: 7 days ago
JSON representation
Two Tier AWS Web Application Architecture with Terraform
- Host: GitHub
- URL: https://github.com/8parth/terraform-rails-architecture
- Owner: 8parth
- Created: 2018-05-25T03:45:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T16:24:28.000Z (about 6 years ago)
- Last Synced: 2024-07-16T06:52:16.613Z (4 months ago)
- Topics: terraform, terraform-templates
- Language: HCL
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Application AWS Architecture with Terraform
### What it does:
- Creates VPC with Internet Gateway, NAT Gateway, two Public subnets and one private Subnet.
- Creates a bastian Host, and security group for bastian Host.
- Creates web instances in private subnets and initializes them with user_data script.
- The web instances are exposed with Application Load Balancer.
- RDS instance is generated.
- Modules are used to share configuration across environment.