Im kinda confused and dont know which one does people use to run jar file and this is the one i want to run https://github.com/Manevolent/EggCrack Im connected to ec2 instance using ssh now and dont know what to do next...
Asked
Active
Viewed 107 times
1 Answers
1
The simplest way is to:
- create another EC2 instance;
- install Java in this new instance;
- run your jar in it.
However, you can also use another service from AWS, such as Beanstalk or Containers.
-
thanks ive created an EC2 Instance now and dont know how to install java i already connected to the server via ssh – Jun 02 '17 at 16:57
-
What is OS of your image? – webdizz Jun 02 '17 at 16:59
-
My os oh..its Linux – Jun 02 '17 at 17:07
-
Ubuntu or CentOS or something else? – webdizz Jun 02 '17 at 17:15
-
I chose linux not ubuntu or centos – Jun 02 '17 at 17:17
-
1take a look at this https://stackoverflow.com/questions/24588742/java-8-application-on-ec2 – webdizz Jun 02 '17 at 19:50