I have created an Java web application and deployed it on AWS Elastic Beanstalk. It;s working fine with its database.
Now, in my project users have the option to upload documents, pdfs and images. This is creating problems. In the local system I am using ./ as the path for saving uploaded documents but on Amazon I don't know where to store these uploaded documents and how to assign a path.
So far I've done the following, which is all working okay.
- Uploaded a project on AWS Elastic Beanstalk.
- Created a database using AWS
RDS. - Both application and database are communicating with each other.