A solutions architect is creating a new VPC design. There are two public subnets for the load balancer, two private subnets for web servers, and two private subnets for MySQL. The web servers use only HTTPS. The solutions architect has already created a security group for the load balancer allowing port 443 from 0.0.0.0/0. Company policy requires that each resource has the least access required to still be able to perform its tasks. Which additional configuration strategy should the solutions architect use to meet these requirements?
A. reate a security group for the web servers and allow port 443 from 0
B. reate a network ACL for the web servers and allow port 443 from 0
C. reate a security group for the web servers and allow port 443 from the load balancer
D. reate a network ACL for the web servers and allow port 443 from the load balancer