Skip to content
 
 

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

tf_aws_elb

A Terraform module which contains a number of common configurations for AWS ELBs.

  • It assumes you're putting your backend instances for the ELBs in a VPC.

ELB Catalog

This module contains the following ELB templates for you to use as modules in service Terraform templates.

  • elb_https - This template will create an ELB setup to serve HTTPS traffic.
    • Defaults to external but can be made internal by setting the elb_in_internal variable to true
    • We recommend you use this with the sg_https_only security group module
  • elb_http - This template will create an ELB setup to serve HTTP (TCP 80) traffic.
    • Defaults to external but can be made internal by setting the elb_in_internal variable to true

Usage

  • See individual module README's for Usage examples.

Authors

Created and maintained by Brandon Burton (brandon@inatree.org).

License

Apache 2 Licensed. See LICENSE for full details.

About

A Terraform module for creating Elastic Load Balancing instances.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages