Amazon Web Services
Last updated
Last updated
Step 1: Sign up for an AWS account.
Navigate to , and click on "Create an AWS account."
Provide your email address, password, and your preferred AWS account name.
Choose the "Basic" support plan and confirm.
Step 2: Set up an EC2 instance.
Once you have created an AWS account, sign in to the AWS Management Console and go to the EC2 Dashboard.
Click on "Launch Instance."
Choose the "Ubuntu Server 20.04 LTS" or a later version.
Select an appropriate instance type. The "t2" series, "t2.micro", is included in the Free Tier. "T3.large" is recommended.
Create a new key pair (or select an existing one you have), and download the private key file.
Add the appropriate storage. Check the minimum requirements .
Step 3: Connect to your EC2 instance.
To connect to your EC2 instance, open your preferred terminal and click the "EC2 Instance Connect" button. This will allow you to securely connect to your instance using SSH.