An organization hosts a web application on Amazon EC2 instances in Subnet A (). The application uses an Amazon ElastiCache for Redis cluster in Subnet B () to cache session data.
Subnet A and Subnet B are associated with custom Network Access Control Lists (NACLs): NACL-A and NACL-B, respectively.
The EC2 instances and the Redis cluster are configured with security groups that allow traffic on TCP port . However, the application instances are experiencing connection timeouts when trying to write to the Redis cluster.
A SysOps Administrator reviews the custom NACL configurations:
NACL-A (Associated with Subnet A):
- Inbound: Rule | Protocol: TCP | Port Range: - | Source: | ALLOW
- Outbound: Rule | Protocol: TCP | Port Range: | Destination: | ALLOW
NACL-B (Associated with Subnet B):
- Inbound: Rule | Protocol: TCP | Port Range: | Source: | ALLOW
- Outbound: Rule | Protocol: TCP | Port Range: | Destination: | ALLOW
Which configuration change must the administrator make to resolve this connection issue?
- AIn NACL-A, modify the inbound rule to allow TCP traffic on port range from source .
- BIn NACL-A, modify the outbound rule to allow TCP traffic on port range - to destination .
- In NACL-B, modify the outbound rule to allow TCP traffic on port range - to destination .Answer
- DIn NACL-B, modify the inbound rule to allow TCP traffic on port range - from source .