Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions 1-1-EC2.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ If you click on your instance ID, you will be able to see it from the list of EC

Make note of the IP address you saw in your instance properties. Use the following guides depending on what operating system you have:

- [If you are using Linux](https://github.com/DevOpsGirls/devopsgirls-bootcamp/blob/master/8-1-SSH-Login-To-EC2.md)
- [If you are using a Mac](https://github.com/DevOpsGirls/devopsgirls-bootcamp/blob/master/8-1-SSH-from-Mac.md)
- [If you are using Windows](https://github.com/DevOpsGirls/devopsgirls-bootcamp/blob/master/8-2-SSH-from-Windows.md)

Expand Down
2 changes: 1 addition & 1 deletion 8-1-SSH-Login-To-EC2.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $chmod 400 ~/Downloads/leorentanyag.pem

### 3) SSH into your instance using your pem key

`ssh -i ~/Downloads/<keyname.pem> ec2-user@<IPv4 Public IP adres>`
`ssh -i ~/Downloads/<keyname.pem> ec2-user@<IPv4 Public IP address>`

Example:
ssh -i ~/Downloads/leorentanyag.pem ec2-user@13.55.214.58