Your development team is using an Elastic beanstalk environment. After a week, the environment was torn down and a new one was created. When the development team tried to access the data on the older environment, it was not available. Why is this the case?
The AWS documentation mentions the following
Clastic Beanstalk applications run on Amazon CC2 instances that have no persistent local storage. When the Amazon CC2 instances terminate, the local file system is
not saved, and new Amazon CC2 instances start with a default file system. You should design your application to store data in a persistent data source.
For more information on Elastic beanstalk design concepts, please refer to the below link:
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.concepts.design.htm I
Currently there are no comments in this discussion, be the first to comment!