A transit-authority analytics VPC routes all private-subnet egress through a single undersized NAT instance that saturates during evening GTFS feed pulls, throttling job completion. Which network-path remediation best improves throughput?
Select an answer to reveal the explanation.
Short Explanation
One skinny doorway for every evening feed download is a classic traffic jam. Upsize and spread the NAT egress path so the buses of data are not stuck behind one turnstile.
Full Explanation
Egress bottlenecks commonly appear when many private workloads share an undersized NAT instance. Managed NAT Gateway capacity and multi-AZ egress designs remove that single choke point for municipal analytics pulls. Opening public subnets without controls increases risk; Flow Logs are not the bandwidth constraint; a failing single-threaded proxy worsens throughput.