0

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...

1 Answers1

1

The simplest way is to:

  1. create another EC2 instance;
  2. install Java in this new instance;
  3. run your jar in it.

However, you can also use another service from AWS, such as Beanstalk or Containers.

Armfoot
  • 4,663
  • 5
  • 45
  • 60
webdizz
  • 828
  • 7
  • 10