1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
A Transit Gateway properly configured for cross-account traffic is what you are looking for: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-transit-gateways.html
It will allow your bastion hosts to receive traffic in one account and route it to others.
This blog post implements a use case very close to your goal: https://aws.amazon.com/blogs/networking-and-content-delivery/creating-a-single-internet-exit-point-from-multiple-vpcs-using-aws-transit-gateway/
Best,
Didier
Relevant content
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 8 months ago
This helps, but the problem is that my network account is in the sa-east-1 region and the other accounts are in us-east-1, I know that it is not possible to share the same transit gateway for the other accounts because they are in different regions.
You can peer Transit Gateways between regions - but I would question why you would do that for this particular use case. The extra latency for users in the sa-east-1 region will be very high. There are also inter-region data transfer costs.