I have used Jhipster to generate a web app and i worked on top of it to redesign the web app as per my requirements.
Then i generated war using the command as below:
mvnw package -Pprod -DskipTests
Now i want to deploy that web app to Amazon Web Services. I have tried all the ways jhipster suggested me to do.
1. Direct AWS
2. Boxfuse
I have tried uploading the generated war directly to S3 bucket also, but uploading fails.
Using boxfuse, i have configured everything as per documentation and i tried uploading.
It gives me the following error in the cmd prompt while uploading war to the aws console.
Push failed (Connection reset by peer: socket write error)
Please suggest me a way to upload the war generated to AWS and deploy in EBS there.