Verify that you can succesfully login to AWS:
- URL: https://gluo-workshop.signin.aws.amazon.com/console
- USERNAME:
<will be provided during workshop>
- PASSWORD:
<will be provided during workshop>
- URL: https://console.cloud.google.com
- USERNAME:
<will be provided during workshop>
- PASSWORD:
<will be provided during workshop>
- URL: https://portal.azure.com
- USERNAME:
<will be provided during workshop>
- PASSWORD:
<will be provided during workshop>
If you do not already have a GitHub account, create one for free:
If you do not already have a Docker Hub account, create one for free:
Join the Slack channel through:
- Open Putty.
- Under
Connection->SSH->Auth
- Click
Browse
. - Choose the .ppk file:
managementKey.ppk
.
- Click
- Under
Session
- Fill in
[email protected]
. - Click
Open
.
- Fill in
- Accept the fingerprint (if needed).
- You're now logged in as the
ubuntu
user! - Please verify that the prompt's hostname number reflects your own ID! For example, if your ID is
1
the prompt should sayubuntu@management-server1:~$
. If this is not the case you're not logged in to the wrong management instance.
- Open your Terminal.
chmod 400 lab_ManagementKey
- Make sure the key file has no permissions on anyone but the owner.
ssh -i managementKey [email protected]
- Log in to the server with the private key.
- Accept the fingerprint (if needed).
- You're now logged in as the
ubuntu
user! - Please verify that the prompt's hostname number reflects your own ID! For example, if your ID is
1
the prompt should sayubuntu@management-server1:~$
. If this is not the case you're not logged in to the wrong management instance.