MITS 6001 Cloud Computing Assignment 3 Connecting Virtual Networks and Risk Assessment Plan February 2020 MITS 6001 Assignment 3: Connecting Virtual Networks and Risk Assessment Plan VNet-to-VNet...

1 answer below »
assignment


MITS 6001 Cloud Computing Assignment 3 Connecting Virtual Networks and Risk Assessment Plan February 2020 MITS 6001 Assignment 3: Connecting Virtual Networks and Risk Assessment Plan VNet-to-VNet Connecting Virtual Networks in Azure across same Regions https://www.youtube.com/watch?v=iJxV4ePOGJI Copyright © 2020 VIT, All Rights Reserved. _________________________________________________________________________________ Task: Task 1: Connecting two VMs As a Cloud engineer of a financial organisation you have been asked to design and implement a cloud solution for your existing IT infrastructure. Currently the company has different departments in two separate buildings in Melbourne. In this section, you need to deploy two VMs into the virtual network and securely communicate between the two VMs in azure platform. Write a summary of your understanding about output (500 words) at the end of the section. **Note: Configuration details are provided in the same document. Create each component with the name as instructed below Task 2: Risk Management Plan CTO of your company conducted a RISK Management under which Risk Assessment is completed. Results show that some security issues were identified. 1) Distributed-Denial-of-Service Attacks 2) Shared Cloud Computing Services 3) Employee Negligence CTO have asked you to further explore the Risk Management plan. You have been asked to write an executive summary identifying the risk treatment and risk control plan for the above-mentioned issues. __________________________________________________________________________________ Due Date: Session 12 Total Marks: 25% This assessment item requires you to work in a group of 3 students. https://www.youtube.com/watch?v=iJxV4ePOGJI MITS 6001 Assignment 3: Connecting Virtual Networks and Risk Assessment Plan VNet-to-VNet Connecting Virtual Networks in Azure across same Regions https://www.youtube.com/watch?v=iJxV4ePOGJI Copyright © 2020 VIT, All Rights Reserved. Submission Criteria: The report should have a consistent, professional, and well-organized appearance with 12- point font size and at least single line spacing with appropriate section headings. 1. Your report should include the following: ➢ The word limit of the report is 1500 words. ➢ The cover page must identify student names and the ID numbers, unit details, assignment details and lecturer details. ➢ Task 1: Connecting two VMs Screens-shots of each step you come across and the description. Create each component with the name as instructed below. Executive summary of your understanding about the output of this project (500 words) at the end of the report. ➢ Task 2: Risk Management Plan Briefly explain the identified security issues during Risk Assessment. Executive summary on Risk treatment and Risk control. Provide a mitigation policy and plans with the intent of successfully treating the risks that were discovered during risk assessment. Provide a risk monitoring and risk reviewing plan under risk control. ➢ In-text referencing in IEEE style must be cited in the text of the report and listed appropriately at the end in a reference list. 2. The report must be submitted in soft (electronic) copy as a Microsoft Word document on the LMS in Turnitin dropbox. Assignments submitted on the LMS will only be accepted. Group Submission - One submission per group 3. Late penalty applies on late submission, 10% per day would be deducted. 4. The assignments will go through Turnitin and plagiarism penalty will be applied. __________________________________________________________________________________ Marking Guide: 100 Marks Task Description Marks Task 1 Connection two VMs Screens-shots of each step while connecting two VMs Executive summary of your understanding about the output of this project (500 words) at the end of the report. 40 20 Task 2 Risk Management Plans Briefly explain the identified security issues during Risk Assessment. Executive summary on Risk treatment and Risk control. 10 20 Report Layout The report style, language and structure should be appropriate. 10 Total 100 https://www.youtube.com/watch?v=iJxV4ePOGJI MITS 6001 Assignment 3: Connecting Virtual Networks and Risk Assessment Plan VNet-to-VNet Connecting Virtual Networks in Azure across same Regions https://www.youtube.com/watch?v=iJxV4ePOGJI Copyright © 2020 VIT, All Rights Reserved. CONFIGURATION DETAILS Configuring: Configure a VNet-to-VNet VPN gateway connection • Step 1: Create two Azure Virtual Networks (Vnets) across same region with o Name: VN_1_StudentID, Address space: 10.10.0.0/16 and subnet address range: 10.10.0.0/24 o Name: VN_2_yourStudentID, Address space: 10.20.0.0/16 and subnet address range: 10.20.0.0/24 (Example: if your student id is 123456 then Vnet should be VN_1_123456 and VN_2_123456) • Step 2: Go inside the Vnets created and add a Gateway Subnet under Subnets o Create a new resource group: VnetS • Step 3: Create a Public IP address for each Vnets and choose dynamic assignment. • Step 4: Create two Virtual network gateways o Click on new and search for virtual network gateway and select. o Click create o Give the name as VN_1_yourStudentID _Gateway o Choose the public IP address created in the previous steps for the respective Vnets. o Make sure that resource group is Vnets (Example: if your student id is 123456 then VN_1_123456_Gateway and VN_2_123456_Gateway) Please note that Vnet Gateway Deployment takes around 30 minutes. When the Vnet Gateway deployment is ready, we need to connect both gateways. • Step 5: Connect the Gateways o Go to new and select networking and select connection and create o Under basics ▪ Connection type: Vnet-to-Vnet ▪ Resource group • Use existing: VnetS • OK o Under Settings ▪ Choose first and second virtual network gateway (we created two virtual network gateways before) ▪ Make sure that Establish bidirectional connectivity is enabled. ▪ Provide a shared key ▪ OK ▪ Review and create o Connection between two Vnets are created https://www.youtube.com/watch?v=iJxV4ePOGJI MITS 6001 Assignment 3: Connecting Virtual Networks and Risk Assessment Plan VNet-to-VNet Connecting Virtual Networks in Azure across same Regions https://www.youtube.com/watch?v=iJxV4ePOGJI Copyright © 2020 VIT, All Rights Reserved. Testing: Connect two VM in the different Vnet and test the connectivity • Step 6: Create two VM machine (Please follow the Assignment 2: Deployment of VM) o Select ubuntu Server o Create two VMs in the different Vnet and test the connectivity o Basic ▪ Name of VM1 is VM1_yourStudentID ▪ Name of VM2 is VM2_yourStudentID ▪ Resource group: VnetS ▪ Authentication type: SSH Public Key ▪ Make sure that you use PuTTYgen to create a public and private key o Settings ▪ Network: ▪ Virtual networks: • VN_1_yourStudentID (already created on previous step) for VM1_yourStudentID • VN_2_yourStudentID (already created on previous step) for VM2_yourStudentID (Please follow the Assignment 2: Deployment of VM) • Step 7: Once two VM are ready, connect them Via putty. • Step 8: Search for the IP address for inet addr of the VM1 and VM2 using command ifconfig. • Step 9: From VM1 o Ping VM2’s address and get the response • Step8: From VM2 o Ping VM1’s address and get the similar response Make sure that both the VM with their Private IP can ping and Vnet connection is established. ***Stop your VMs to save your available credits *** https://www.youtube.com/watch?v=iJxV4ePOGJI
Answered Same DayMay 21, 2021MITS6001

Answer To: MITS 6001 Cloud Computing Assignment 3 Connecting Virtual Networks and Risk Assessment Plan February...

Sandeep Kumar answered on May 27 2021
123 Votes
Step 1: Creating Azure Virtual Networks (Vnets), with the configuration details.
Step 2: Creating a
gateway subnet in resource group Vnets
Step 3: Creating Public IP addresses for both the Vnets, configuration in the screenshot provided
Step 4: Creating two Virtual network gateways, credentials in the screenshots
Step 5: Connecting the gateways
Step 6: Creating two VM machines with credentials below
Step 7: Connecting with the VMs using putty and (step 8) testing the network configuration of each using ifconfig
Step 9: Testing each other’s location using PING command
As a cloud engineer, I understood the basics of VM deployment and its connection using virtual networks. By establishing a gateway I was able to bridge the two virtual networks, with separate IP addresses which were chosen to be dynamic and not static. Further, the bridged virtual networks were used for the deployment of the virtual machines and hence...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here