hotosm / visualize-change

A toolkit to visualize changes in OSM, part of the OSM Analytics ecosystem. Work in Progress.
BSD 3-Clause "New" or "Revised" License
23 stars 4 forks source link

Alternative Storage Solution #96

Open dakotabenjamin opened 5 years ago

dakotabenjamin commented 5 years ago

Under the current Deployment via Elastic Beanstalk, an Elastic File System (EFS) is created to serve as a volume for the different containers. This service is ephemeral, meaning if the EB environment is destroyed or recreated, the contents of the EFS will be deleted, with no possibility of recovery. When we migrate to a cloudformation template for maintaining the ECS infrastructure, we should look to improve this.

Requirements:

Is it possible to implement a file storage solution with S3? What other possibilities are there?

eternaltyro commented 5 years ago

If EFS (and its contents) is no longer ephemeral, would the problem go away?