Nothing Special   »   [go: up one dir, main page]

Lab02 AWS Assignment

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

AWS Assignment # 01

Graded Assignment - Max Marks: 10

Assignment Brief:
This Cloud assignment has two parts:
1. Part A which create a customised network with two subnets – public and private.
2. Part B describes the process to add users to a VM and how they can connect to
the VM

Activity Details

Part A:
Use AWS and carry out following activities:
1. Create a VPC network with CIDR value of 16
2. Segment this network in two sub-nets of CIDR value 24. One subnet should be
accessible from internet (public) while other subnet (private) should not be.
3. Demonstrate that the public subnet is accessible from internet while private
is not
4. Demonstrate how private subnet can be accessed from public subnet
5. Draw the required network diagram depicting various network components
like VPC, Subnet, Rout tables, internet gateway etc
6. Modify the network architecture such that the private subnet can access
internet via public subnet.
7. Document all the steps performed in sequential order with screen shots of
major activities like subnets created, rout tables. Creating a VM under given
VPC/subnets, and connectivity demonstration.

Part B:
Create a VM and perform following steps:
1. Connect thru SSH using default user created while launching the VM
2. Add users to access this VM using SSH
3. Document the steps and commands used in sequential order. Attach relevant
screen shots of major steps.

References: Refer following for this assignment:

1. VPC Service: https://www.youtube.com/watch?v=b1b6JTYnbjU


2. IAM Service: https://www.youtube.com/watch?v=WYH8SQW6RJQ
3. Add user to EC2 instance: https://aws.amazon.com/premiumsupport/knowledge-
center/new-user-accounts-linux-instance/

You might also like