B - 05 - 1149 - ICC - Lab - Assignment - 9
B - 05 - 1149 - ICC - Lab - Assignment - 9
Lab Assignment # 9
Submission Instructions:
1. Use the same file to complete the assignment and don’t change the settings.
2. Minimum 10 screen shots of your account should be taken to showcase your work.
3. File Format:
• Submit your assignment as a PDF document (pdf). Ensure the file is named
according to the following convention:
B_No._StudentName_ICC_A- 9.
Sample: B_10_Rohit_22A523421_ICC_A9
4. Fill all the entries mentioned on top section.
5. Mention your AWS Academy Virtual Lab Account details as shown in the next page.
6. Don’t write on this page.
7. All answers should be answered from next page only.
Activity:
Create a Virtual Private Cloud (VPC) on AWS
A VPC allows you to launch resources such as EC2 instances, RDS databases, and VPNs
within a private network on AWS.
1. Choose the region where you want your VPC to be created (found at the top-right
corner of the AWS Console).
2. On the VPC Dashboard, click on Create VPC.
3. Select VPC only.
4. Enter a name for your VPC and specify the IPv4 CIDR block (e.g., 10.0.0.0/16),
which determines the IP address range for your VPC.
5. Click Create to confirm. A success message should appear once your VPC is created.
After successfully creating a VPC, configured subnets, set up internet access, and
secured your environment with security groups. Your VPC is now ready to host EC2
instances and other resources in an isolated, secure network environment on AWS.
Screenshots: