Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you look at the running EC2 instances you will see a bunch of running EC2 instances in the elastic-beanstalk security group without names.  To find the name, go to the running Beanstalk environment and click on logs -> snapshot logs to get the console to tell you the name of the underlying instance name:
From this point, you can then go to the list of running EC2 instances and find your particular instance using the browser's find function.  Note that you can rename the instances to match the beanstalk environment name, but that beanstalk recycles instances and will eventually replace your named instanced with a new one.

How do I get access to the underlying EC2 instance?

Once you have found the underlying instance, you can find the public DNS of that instance as a property of that instance. Image Added
You can log on to the instance using this host name, the user "ec2-user" and a private key file generated for the private key file generated for the key pair.  These are stored on sodo in /platform/work/PasswordsAndCredentials/SshKeys. 

Where is the WAR file?

The servlet WAR is expanded under:

...

For links to more documentation and info about the ssl cert see PLFM-142        142         

Gotchas Getting Started with Beanstalk

...