I would like to migrate an web application to Amazon AWS.
The application stores and retrieves small persistent data from a content/
directory. I tried Amazon Elastic Beanstalk to deploy the application however new stored files are lost when the instance is restarted or a new build is deployed.
The Amazon solution to use beanstalk is to create a s3 bucket and use Amazon APIs to store data.
I rather not modify our code and create total dependency to Amazon Services.
Is there any way to migrate my application without change the code to amazon services. I would like to do not create a full VM just to run the application.