Skip to content

AWS Autoscaling group with ELB for infrastructure as code demo using terraform

Notifications You must be signed in to change notification settings

DevOpsLK/demo-stack-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Auto Scaling Group with ELB example

Configuration in this directory creates Launch Configuration, Auto Scaling Group, Elastic Load Balancer and places Auto Scaling EC2 instances under ELB.

Data sources are used to discover existing VPC resources (VPC, subnet and security group) as well as AMI details.

Usage

To run this example you need to execute:

$ terraform init
$ terraform plan
$ terraform apply

Note that this example may create resources which cost money. Run terraform destroy when you don't need these resources.

Outputs

Name Description
this_autoscaling_group_id Autoscaling group
this_elb_dns_name ELB DNS name
this_launch_configuration_id Launch configuration

About

AWS Autoscaling group with ELB for infrastructure as code demo using terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages