Skip to content

gmaentz/terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example For Using Terraform to Deploy an auto-scaling server fleet in AWS, across regions

This Terraform configuration provides an example that is meant to be followed along with the Using Terraform to Up Your Automation Game blog series for deploying a fleet of auto-scaling servers.

Mission

Our mission is to create and deploy a set of auto-scaling web servers, front ended by a load balancer for our development, staging and production environments across 3 different AWS regions. We will utilize a modular approach to create and build our infrastructure, and reuse our code when possible to keep things simple.

Introduction

This Terraform configuration will create an AWS Virtual Private cloud and utilize the modular approach of Terraform to add the prober subnets, gateways, route tables, ELB, auto-scaling groups and EC2 webserver instances across the region. The enviornment will be monitored using CloudWatch with alerts set to the mobile number of your choice via SNS. The diagram below depicts the development environment to be deployed in the AWS us-west-2 region, including private, public and database subnets across 3 availability zones.

Fleet Deployment

Instructions

As an aid, the blog series Using Terraform to Up Your Automation Game showcases the modular buildout of the VPC, server fleet, and multi-region buildout for development, staging and production. In additon it shows the monitoring and notifications used for alerting when the environment is idle and can be destroyed.

VPC

Fleet of Webservers

Watch with CloudWatch and Notify with SNS to your mobile phone

Destroying

About

Terraform - Fleet Deployment, Monitoring and Alerting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages