Skip to main content

Deploying Elastic Beanstalk Version 1

Updated Jan 24, 2021 ·

This is a quick and simple playbook that deploys an Elastic Beanstalk environment:

  • Uses WebServer tier for the environment
  • Uses Docker on Linux Platform
  • Uses the AWS-provided sample application for testing
  • Deploys on ap-southeast-1 region (Singapore)

This is based on How to Deploy ElasticBeanstalk using Terraform.