🔗 Link: https://awsrestart.instructure.com/courses/1632/modules/items/886859

📁 Repo: https://github.com/francopig/aws-python/tree/main/18. Script

Using SSH to Connect to the Linux Host

Windows Users: Using SSH to Connect

These instructions are specifically for Windows users. If you are using macOS or Linux, skip to the next section.

  1. Click the Details drop down menu above the instructions you are currently reading, and then click Show. A Credentials window will be presented.
  2. Click the Download PPK button and save the labsuser.ppk file. Typically your browser will save it to the Downloads directory.
  3. Exit the Details panel by clicking the X.
  4. Download PuTTY to SSH into the Amazon EC2 instance. If you do not have PuTTY installed on your computer, download it here.
  5. Open putty.exe
  6. Configure PuTTY timeout to keep the PuTTY session open for a longer period of time:
  7. Configure your PuTTY session:
  8. Click Yes, to trust and connect to the host.
  9. When prompted login as, enter: ec2-user. This will connect you to the EC2 instance.

Your Challenge