Tags | kubernetes |
Hard Prerequisites | |
IMPORTANT: Please review these prerequisites, they include important information that will help you with this content. | |
|
When the course starts you will receive:
<your-name>.pem
to connect to the machineEvery time a new instance is created you will receive an email with a new IP address and domain.
First, make your key more secure by its restricting access to your own user:
chmod 0400 /path/to/your-name.pem
To connect to your EC2 instance run the following from your terminal:
ssh -i "<your-name>.pem" ubuntu@<ip-address>