- Newest
- Most votes
- Most comments
As a best practice
1- You should have at least two connections at two different Direct Connect locations for maximum redundancy.
2- Your router at on prem should have 10Gig capabilities.
3- During initial migration for data between VPC. I will create VPC Peering instead of passing by TGW as TGW is expensive and VPC peering is free as a service.
4- If you are expecting huge data transfer from On Premises to AWS. Then I will use combination of transit VIF and Private Vif. Private VIF will bypass TGW for traffic to onpremises and again save cost.
See this trick design is to avoid extra TGW processing cost by not involving it in AWS to on prem path. So you can us it temporary during migration, or mix and match it.
Also, you can take a look at Architecture References with AWS Cloud (also with SAP with Rise) + VMware Cloud on AWS, slide 4: https://d1.awsstatic.com/architecture-diagrams/ArchitectureDiagrams/vmware-cloud-on-aws-networking-ra.pdf
Thanks, yes, we looked at this architecture. however, we are looking at alternatives to Transit gateway at least for migration (On-prem to All the environments - AWS native, SAP RISE & VMC)) to save the cost on TGW Data processing as Migration will come with Large Data volumes. So, evaluating if we can use Multiple VIF's to respective environments for migration only and Use TGW as Inter-VPC's and SDDC. additionally, Also Considering a Public VIF to S3 or AWS Public Services.
Got it! You can create a private vif directly to VMC on AWS, migrate it and after that, you can change the architecture, to use the TGW, just take care about Routing Tables. For VMC, you can also use HCX using Internet to migrate, instead of DX with TGW.
Hi,
We have several blog posts that address hybrid connectivity scenarios for multiple VPCs across multiple accounts. See the example topology in the Hybrid Connectivity whitepaper:
This blog post also explains AWS Direct Connect Integration with VMware Cloud on AWS
https://aws.amazon.com/blogs/apn/aws-direct-connect-integration-with-vmware-cloud-on-aws/
I hope this helps
Relevant content
- Accepted Answerasked 5 years ago
- Accepted Answerasked 8 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 years ago
To implement Point 4 do we have a Guide or Reference architecture.? Also, I Think we will have challenges when we are considering VPN as Back up to Direct connect.