Lab 1‐1: Accessing the AWS Sandbox - nicolas-tullio/Tech-Journal GitHub Wiki

Deliverables:

Deliverable 1: Screenshot of output from " aws sts get-caller-identity" from terminal

image

Deliverable 2: Screenshot of AWS Console from Sandbox

image

Deliverable 3: Screenshot of AWS console showing instance running

image

Deliverable 4: Screenshot of successful SSH access through PowerShell

image

Steps:

Access the AWS Academy Cloud Foundations – Sandbox

Start Lab (click button)

image

Output of " aws sts get-caller-identity" from AWS terminal (command prompt within the lab)

image

Click the AWS button to reach the console

image

Launch an EC2 Instance

image

Settings

  • Name it using your name
  • Amazon Linux
  • t2.micro free tier
  • Default key pair (vockey)
  • Create a new Security group that allows Inbound SSH from anywhere

image

SSH to Instance

Access and download the key file as a .pem

image image

Record the Instance's Public IPv4 DNS

image

SSH via PowerShell using the .pem file and the instance IP (user is ec2-user)

image