Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add instructions for retrieving EC2 instance IP directly #167

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ If you have not already done so:
* `eb ssh brain-score-web-dev`
* Reply "yes" to the fingerprint question
* You should get an EC2 instance prompt like `[ec2-user@ip-172-31-32-98 ~]$`
* If you cannot connect via ssh this way, visit
[EC2 instances](https://us-east-2.console.aws.amazon.com/ec2/home?region=us-east-2#Instances:),
look up the public IPv4 for `brain-score-web-dev`, and connect via
`ssh -i ~/.ssh/<yourprivatekeyfile> ec2-user@<IPv4>`
* `sudo docker ps`
* This should produce information about the Docker container running on this host
* Note the container name; it will likely be something like "fervent_edison"
Expand Down