Question 236:
A pharma company is deploying multiple web servers on EC2 instances in multiple VPCs. The security team has provided separate IP pools and TCP ports to reach each of these web servers based on the servers` functions and their access requirements. The security team needs a standard solution to allow and block some of these TCP ports for their current and future deployments. Which of the following options can be used to meet this requirement?
Answer options:
A.Create separate Security Groups for each instance & assign them to each instance. Use NACL to deny TCP ports to all instances at the subnet level. B.Launch an instance in separate subnet & apply separate NACL to each instance. Use Security Groups to deny TCP ports to all instances. C. Create separate Security Groups for each instance & assign them to each instance. Use Security Groups to deny TCP ports to all instances in all subnets. D.Launch an instance in a separate subnet & apply separate NACL to each instance. Use NACL to deny TCP ports to all instances.