I have 2 aws
accounts, where A
is connected to On-Prem
via transit gateway
, and B
is connected to A
via peering connection
. All works fine, thus I have connectivity from A
to On-Prem
, and from A
to B
. The challenge is to have connectivity from B
to On-Prem
without creating yet another transit gateway
. Is it possible?
+---------+
| |
| On-Prem |
| |
+---------+
| ^
v |
+--------------------------+
| | AWS Account A |
| AWS TGW +---------------+
| | Peering Conn |
+--------------------------+
^ |
| v
+---------------+
| Peering Conn |
+---------------+
| AWS Account B |
+---------------+
It seems I have the routing, SGs, ACLs - all correct but it still doesn't work. Since I cannot see any packet flows on AWS infra it's very difficult to debug. Also I cannot find any documentation which would clearly state whether it's in general possible or not.