54a50fb92fe41b84232e42c1eec43d5e83b8abee
workshops.md
| ... | ... | @@ -94,14 +94,19 @@ Within IGV: |
| 94 | 94 | ### Start an EC2 Instance |
| 95 | 95 | |
| 96 | 96 | Log in to the AWS console: aws.amazon.com |
| 97 | -Start a t2.micro instance (free tier) |
|
| 98 | -The last prompt when lanuching will ask you to select a key pair. Create a new key pair if this is the first time you have used EC2 or select an existing key pair. |
|
| 99 | 97 | |
| 100 | -If creating a new keypair you must download the .pem file. You will need this to access the EC2 instance launched with that key pair. |
|
| 98 | +Start a t2.micro instance (free tier). |
|
| 101 | 99 | |
| 102 | -We reccomend keeping your .pem key files in .ssh directory in your home. |
|
| 100 | +The last prompt when lanuching will ask you to select a key pair. |
|
| 101 | + |
|
| 102 | +Create a new key pair if this is the first time you have used EC2 or select an existing key pair. |
|
| 103 | + |
|
| 104 | +If creating a new keypair, you must download the .pem file. You will need this to access the EC2 instance launched with that key pair. |
|
| 105 | + |
|
| 106 | +We reccomend keeping your .pem key files in the .ssh directory in your home. |
|
| 103 | 107 | |
| 104 | 108 | Copy the .pem file to .ssh and set the mode to user read only: |
| 109 | + |
|
| 105 | 110 | ``` |
| 106 | 111 | cp my_key_file.pem ~/.ssh |
| 107 | 112 | cd ~/.ssh |