Direct Connect is provisioned in one of the accounts (Network account) How to share DX to different AWS accounts

0

Direct Connect is provisioned in one of the accounts (Network account) How to share DX to different AWS accounts

Ali Md
已提問 1 年前檢視次數 1506 次
2 個答案
0
已接受的答案

For most basic setup

You need to create Virtual Interface and mention other account ID in it.

Please check steps here

https://docs.aws.amazon.com/directconnect/latest/UserGuide/create-vif.html

Create a private virtual interface For Virtual interface owner, choose Another AWS account, and then enter the AWS account.

=====================

A better/alternate approach will be. Create DX Gateway in your Network Account. Created VIF on DX Gateway in your Network Account. Then attach cross account VGW with your account DX Gateway

Again use same document link as above For Gateway type, choose Direct Connect gateway.

And use below document to connect cross account VGW with this DXGateway and it can use the virtual interface to reach on prem.

https://docs.aws.amazon.com/directconnect/latest/UserGuide/multi-account-associate-vgw.html

======================

Most Advance option is using Transit Gateway. But its usually preferred if you want VPC to VPC communications as well.

This document is good for overall understanding of different options.

https://d1.awsstatic.com/architecture-diagrams/ArchitectureDiagrams/hybrid-connectivity-to-transit-gateway-ra.pdf?did=wp_card&trk=wp_card

已回答 1 年前
profile pictureAWS
專家
已審閱 1 年前
  • Thanks a lot

  • Thanks Tushar for sharing the input. Can you help what are the steps in need to follow on the Router for BGP configuration on prem side.

    Currently we have a private links connected on the router and needs configuration.

0

The best way is to put Transit Gateway in place and connect all accounts to it. Then you can share Direct Connect, backup site-to-site VPNs NAT Gateways and Interface VPC Endpoints from a central account to all others.

Another option is to create a Private VIF per account in Direct Connect and associate each with a VGW (Virtual Private Gateway) in each account.

I've talked about "accounts" above but of course it's actually VPCs that you're connecting to, and you may have more than one per account.

專家
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南