Question 58:
An application running on EC2 instances in the public subnet in a VPC must call an external web service via HTTPS (PORT 443). Which of the below options would minimize the exposure of the instances? Choose 2 options.
Answer options:
A.A Network ACL with a rule that allows outbound traffic on port 443. B.A Network ACL with a rule that allows outbound traffic on port 443 and inbound traffic in ephemeral ports. C.A Network ACL with a rule that allows outbound traffic on port 443 and inbound traffic in port 443. D.A Security Group with a rule that allows outbound traffic on port 443. E.A security group with rules that allow outgoing traffic on port 443 and incoming traffic on ephemeral ports.