A company hosts a backend processing application on Amazon EC2 instances in a private VPC subnet with the CIDR block . The instances receive incoming requests on TCP port from an Elastic Load Balancer (ELB) situated in a public subnet with the CIDR block . Additionally, the EC2 instances must make outbound HTTPS calls (TCP port ) to a third-party vendor's API gateway at the public IP address . The private subnet is associated with a custom Network Access Control List (NACL), and the EC2 instances are associated with a stateful security group. To implement the principle of least privilege, the security team requires the custom NACL to be hardened to permit only these specific traffic flows. Which of the following configurations meets these requirements while ensuring successful bidirectional communication?
- Inbound Rules: Allow TCP from on Port Range , and allow TCP from on Port Range . Outbound Rules: Allow TCP to on Port Range , and allow TCP to on Port Range .Answer
- BInbound Rules: Allow TCP from on Port Range , and allow TCP from on Port Range . Outbound Rules: Allow TCP to on Port Range , and allow TCP to on Port Range .
- CInbound Rules: Allow TCP from on Port Range , and allow TCP from on Port Range . Outbound Rules: Allow TCP to on Port Range , and allow TCP to on Port Range .
- DInbound Rules: Allow TCP from on Port Range , and allow TCP from on Port Range . Outbound Rules: Allow TCP to on Port Range , relying on the security group's statefulness to automatically permit the return traffic to the Elastic Load Balancer.