You are the architect of the ACME shipping group. You are responsible for designing a solution which includes 4 virtual machines (VMs) with the following requirements:
? 2 VMs requires a private and public IP address, these VMs are part of the production system
? 2 VMs require only private IP addresses for Labs, these VMs are part of the Lab/testing system
? Production VMs require the same inbound/outbound security group rules
? Lab/testing VMs require the same inbound/outbound security group rules
Based on the above requirements, what is the minimum number of Network Security Groups (NSG?s) that are required in total?
2 is correct as the virtual machines are split between production and Lab/testing, the requirement is that the VMs of each system (production and Lab/testing) share Network Security Group (NSG) rulesets, thus only 2 are required.