Skip to content

How to troubleshoot the traffic flow ?

0

I have the following: Enter image description here I did this in a demo lab. It works. The demo created VPC and EC2 via cloudformation. I only configured TGW and both eth0 and eth1 Route table. But when I configured everything manually, traffic flow was successful without via the service VPC, instead of via only TGW. But after I moved Client and Server attachments to service RT and reconfigured eth0 and eth1 based on the instruction. No traffic flows to eth0. Any way or tool can be used to identify which step is broken ?

thanks !!

asked 2 years ago367 views
2 Answers
4
Accepted Answer

Reachability Analyzer is a configuration analysis tool that enables you to perform connectivity testing between a source resource and a destination resource in your virtual private clouds (VPCs). When the destination is reachable, Reachability Analyzer produces hop-by-hop details of the virtual network path between the source and the destination. When the destination is not reachable, Reachability Analyzer identifies the blocking component. For example, paths can be blocked by configuration issues in a security group, network ACL, route table, or load balancer.

https://docs.aws.amazon.com/vpc/latest/reachability/what-is-reachability-analyzer.html

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years ago
0

thanks so much !!

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.