During an outage, a city network team must determine whether traffic is blackholed by a Transit Gateway route table misconfiguration, a network ACL deny, or a security group rule. Which troubleshooting approach is most appropriate?
Select an answer to reveal the explanation.
Short Explanation
Black holes have layers: wrong TGW route, subnet NACL, then security group. Walk the path in order and let flow logs tell you where packets vanish. Rebuilding the whole city network first is panic, not troubleshooting.
Full Explanation
Effective AWS network troubleshooting follows the packet path: routing (VPC route tables and Transit Gateway route tables), then stateless network ACLs, then stateful security groups, correlating with VPC or Transit Gateway Flow Logs and tools such as Reachability Analyzer. Jumping to wholesale rebuilds, unrelated public DNS edits, or disabling audit trails does not isolate whether TGW, NACL, or SG controls caused the blackhole.