Skip to content
Discussion options

You must be logged in to vote

Yes, nice attention to detail! That's supposed to happen, automatic load balancing happening in the background.

SSH into each of your two app servers
In AWS console > EC2 running instances, you'll see your two app servers running. To SSH into each box, select the EC2 instance you'd like to ssh into and can follow the instructions provided by AWS. The ssh key contained in your .pem file should work for both.

This will help too: https://hubs.mozilla.com/docs/hubs-cloud-accessing-servers.html

For example, I use the command line to ssh, I use these commands: ("aws-named-ec2-1st-box" is the name of your box aws generated, you can see it in the aws console)
ssh ubuntu@aws-named-ec2-1st-box.<<in…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by robinkwilson
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants