1. Create a Linux Virtual Machine with free cloud service credits (eg. Amazon EC2)

Assign
Date
‣
Status
Completed
Property

How to create a Linux VM with Amazon EC2

Step 1: Create a new AWS account at https://portal.aws.amazon.com/billing/signup#/account.
Step 2: Login with the newly created AWS account.
Step 3: From the AWS Management Console dashboard, select Launch a virtual machine.
notion image
Step 4: Select the HVM edition of the Amazon Linux 2 AMI. Notice that this configuration is marked Free tier eligible.
notion image
Step 5: On the Choose an Instance Type page, choose t.2micro as the hardware configuration of your instance and Review and Launch.
notion image
Step 6: On the Review Instance Launch page, choose Launch.
notion image
Step 7: In the Select an existing key pair or create a new key pair dialog box, choose Create a new key pair, enter a name for the key pair, and then choose Download Key Pair. When you are ready, select the acknowledgment check box, and then choose Launch Instances.
notion image
Step 8: A confirmation page lets you know that your instance is launching. Choose View Instances to close the confirmation page and return to the console. You will see that the instance is already running.
notion image

How to connect and use the Linux VM

Step 1: Tick the checkbox of the Linux VM instance and select Connect.
notion image
Step 2: Under EC2 Instance Connect, select Connect. Amazon EC2 Instance Connect provides a simple and secure way to connect to your instances using Secure Shell (SSH).
notion image
Step 3: A new tab will be created with the Linux VM’s command line running.
notion image
Â