VIT Bhopal University
Course: AWS – Solution Architect (CSE3016)
Lab Manual
NAME: Rohan Mishra
Registration No. 22BCY10173
Slot: E11+E12+C14
TO LAUNCH AN EC2 INSTANCE IN LINUX
Step 1: Log in to AWS Console
1. Go to the AWS Management Console.
2. Navigate to EC2 from the Services menu.
Step 2: Select an Amazon Machine Image (AMI) – Amazon Linux
Step 3: Choose an Instance Type
Step 4: Configure Storage
Default: 8 GiB (Amazon Linux 2).
Modify as needed for your use case.
Step 7: Configure Security Group (Firewall Rules)
1. Click Create a new security group.
2. Allow SSH (port 22) from Your IP or Anywhere (0.0.0.0/0).
3. Add other rules if required (e.g., HTTP (80) for web server).
Step 8: Select or Create a Key Pair
Choose "Create a new key pair" and download the .pem file.
If you have an existing key pair, select it.
Step 9: Launch the Instance
Click Launch Instance.
Click View Instances to monitor its status.