ErrorsAndGlitches / waisn-tech-tools

Tech tools for the WAISN.
0 stars 1 forks source link

Issue #16: Set up Elastic Beanstalk integration #24

Open ErrorsAndGlitches opened 5 years ago

ErrorsAndGlitches commented 5 years ago

Probably the most annoying ~300 line change I have made this year.

Problem

Elastic Beanstalk will be used to deploy the application. The service provides the ability to run Docker images and connect the Docker container via the Nginx reverse proxy. This provides an isolated container that is fully in control while taking minimal dependencies on the Elastic Beanstalk environment except to run Docker.

Solution

Test