There are two instances: A with IP 172.31.129.238/28 B with IP 172.31.129.232/28 and 10.0.0.200/32
there is a static route in A, saying "10.0.0.200 via 172.31.129.232". B 172.31.129.232 is pingable from A, however 10.0.0.200 is not pingable. I would expect this to work because of the static route.
The tcpdump in B shows that the ICMP request is never reaching the interface. No packets received at all. The tcpdump in A shows ICMP requests being sent in the egress interface.
Any ideas? Is there a possibility AWS blocking the traffic because the IP addressing is assigned internally in instance level? But in this case how simple loopback routing can be achieved?
The security groups are allowing everything, so there is no blocking there.