How to establish connectivity between a VPC in the Mumbai region and a transit gateway in the London region within the same AWS account?

0

How can I establish connectivity between a VPC in the Mumbai region and a transit gateway in the London region within the same AWS account? and also i dont want another vpc in the london region. Additionally, if I have an EC2 instance in the Mumbai region, would it be possible to connect to that instance from the London region after establishing this connection?

2回答
2

Hello.

How can I establish connectivity between a VPC in the Mumbai region and a transit gateway in the London region within the same AWS account?

I think the following video will be helpful for setting up multi-region.
In case of multi-region, you need to create a Transit Gateway in each region.
You need to create a peering attachment to connect the created Transit gateways.
https://www.youtube.com/watch?v=cj1rQqLxXU8
https://docs.aws.amazon.com/vpc/latest/tgw/tgw-peering.html
https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/automate-the-setup-of-inter-region-peering-with-aws-transit-gateway.html

if I have an EC2 instance in the Mumbai region, would it be possible to connect to that instance from the London region after establishing this connection?

Communication is possible if the routing settings using Transit Gateway are configured correctly.

profile picture
エキスパート
回答済み 2ヶ月前
profile pictureAWS
エキスパート
レビュー済み 2ヶ月前
profile picture
エキスパート
レビュー済み 2ヶ月前
  • If I share the transit gateway created in the London region with other accounts also located in the London region, would I be able to access the EC2 instance (that is in mumbai region) in one account from another account?

  • If the Transit Gateway in the London region and the Transit Gateway in the Mumbai region are peered, I think you can connect even if you share the Transit Gateway with another account.

2

In order to establish connection across different regions, you will need to launch another TGW in Mumbai region and establish a TGW peering connection between both TGWs in London and Mumbai. You can then connect to EC2 instances in Mumbai VPC from London VPCs provided that no IP address overlapping.

AWS
回答済み 2ヶ月前
profile pictureAWS
エキスパート
レビュー済み 2ヶ月前
profile picture
エキスパート
レビュー済み 2ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ