QuestionQ232
Network Management and OperationA company hosts an application on Amazon EC2 instances. A network engineer deploys a NAT gateway in the application’s VPC to replace self-managed NAT instances. After the engineer redirects traffic from the self-managed NAT instances to the NAT gateway, users start reporting problems.
While troubleshooting, the network engineer finds that the connection to the application closes after about 6 minutes of inactivity.
What should the network engineer do to fix this issue?
- A Check for increases in the IdleTimeoutCount Amazon CloudWatch metric for the NAT gateway. Configure TCP keepalive on the application EC2 instances.
- B Check for increases in the ErrorPortAllocation Amazon CloudWatch metric for the NAT gateway. Configure an HTTP timeout value on the application EC2 instances.
- C Check for increases in the PacketsDropCount Amazon CloudWatch metric for the NAT gateway. Configure an HTTPS timeout value on the application EC2 instances.
- D Check for decreases in the ActiveConnectionCount Amazon CloudWatch metric for the NAT gateway. Configure UDP keepalive on the application EC2 instances.
Community Discussion