inbo / mica-dashboard

🐀 A web-based dashboard for the MICA project
https://mica.inbo.be
MIT License
2 stars 0 forks source link

Develop AWS deployment strategy #12

Closed niconoe closed 1 year ago

niconoe commented 3 years ago

In development, we use a simple Docker-compose setup.

How to best deploy that on AWS (EC2, Elastic Beanstalk, ECS, ...)? Objective is to keep things simple.

niconoe commented 3 years ago

Currently a simple (non-docker based) deploy on EC2 with Postgres RDS. Will revisit later if needed (but the setup simplicity is refreshing)

niconoe commented 3 years ago

Update April 2021: the RDS instance is now replaced by a locally running Postgres instance. Not ideal, but we need PostGIS 3.1 which is not yet available in RDS. We'll be back to RDS finally when possible.

niconoe commented 1 year ago

This is not relevant anymore since we keep the current infrastructure for now.