Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.07 KB

File metadata and controls

21 lines (14 loc) · 1.07 KB

Terraform AWS Elastic Beanstalk Docker

Terraform script to setup AWS Elastic Beanstalk with a load-balanced Docker app

What this script does

  • Create an Elastic Beanstalk Application and environment.
  • Setup the EB environment with Docker, an Elastic Loadbalancer and forward port from HTTP / HTTPS to the specified instance port.
  • (Optionnal) Create a Route53 Alias to link your domain to the EB domain name
  • (Optionnal) Create a Cloudfront distribution on top of your Elastic Beanstalk environment

Customize

Many options are available through variables. Feel free to look into variables.tf inside each module to see all parameters you can setup.

Terraform related documentation