Question 449:
You have a set of EC2 Instances in a custom VPC. You have installed a web application and need to ensure that only HTTP and HTTPS traffic is allowed into the instance. Which of the following would you consider for this requirement?
Answer options:
A.Add a security group rule to allow HTTP and HTTPS Traffic. B.Add a security group rule to an explicit DENY all traffic and a default allow on HTTP and HTTPS Traffic. C.Add a security group rule to deny explicit traffic on HTTP and HTTPS Traffic. D.Add a security group rule to allow all traffic.