Accessing EC2 Box - tmansfield42/Tech-Journal GitHub Wiki
Step 1: In the Sandbox Environment Click "AWS" on the top right of the screen next to Details, Start Lab & End Lab.
Step 2: In the AWS Console, search for "EC2" > Instances > Launch Instances.
Step 3: Once configured, find the Details page back in the Sandbox Environment which is accessed through canvas.
Under details, click "Show" under the AWS tab. Download the .PEM file in the SSH key section.
Step 4: Once downloaded, open Powershell and type "ssh -i .pem ec2-user@". You can find the public IP address of your EC2 machine under the Instances tab in the AWS dashboard.