diff --git a/1-1-EC2.md b/1-1-EC2.md index 1ddcc2c..f6f4f14 100644 --- a/1-1-EC2.md +++ b/1-1-EC2.md @@ -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) diff --git a/8-1-SSH-Login-To-EC2.md b/8-1-SSH-Login-To-EC2.md index 1e39ae0..a5b069a 100644 --- a/8-1-SSH-Login-To-EC2.md +++ b/8-1-SSH-Login-To-EC2.md @@ -23,7 +23,7 @@ $chmod 400 ~/Downloads/leorentanyag.pem ### 3) SSH into your instance using your pem key -`ssh -i ~/Downloads/ ec2-user@` +`ssh -i ~/Downloads/ ec2-user@` Example: ssh -i ~/Downloads/leorentanyag.pem ec2-user@13.55.214.58