Skip to content

VPC Lattice and TGW

0

TGW vs VPC Lattice Which one is recommended when we have Multiple accounts across regions and have downstream and upstream connectivity to Database and kafka and also has Third party connectivity through DX or VPN. Scalability is an important aspect. Pls answer considering scalability / performance and Security. Also Any Major banks have implemented their solutions using VPC Lattice so far. Any success stories ?

2 Answers
0

For a multi-account, multi-region setup with database, Kafka, and third-party connectivity via Direct Connect (DX) or VPN, AWS Transit Gateway (TGW) is generally the better option for scalability, performance, and security, especially for high-throughput use cases. It's designed for large-scale network connectivity between VPCs and on-premises systems.

VPC Lattice, on the other hand, is great for service-to-service communication in microservices architectures, offering built-in traffic routing, service discovery, and fine-grained security for inter-service communication. It’s not as focused on network-level connectivity as TGW.

For scalability and security in large networks, go with Transit Gateway. For service mesh and microservices communication, VPC Lattice is a good choice. As for banks using these solutions, TGW is more widely adopted in traditional large-scale networking setups.

answered a year ago
EXPERT
reviewed a year ago
  • Can any one give me the COST of VPC lattice when compared with TGW with the scenario explained

0

To add to Robin's answer, if you are working multiple VPCs and regions, it is better to use CloudWAN instead of TGW. I have used both TGW and CloudWAN, and managing network connectivity is unbelievably easy with CloudWAN. It's a centralised place for managing your global network. Refer https://aws.amazon.com/cloud-wan/

EXPERT
answered a year ago
EXPERT
reviewed a year ago
  • Hi All, Is anyone having a Cost impact on implementing Lattice using Cloud WAN? Any pointers with this cost calculator are highly appreciated. I need to consider at least 30 service be hosted across 2 regions with on prem and third party connectivity from both regions

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.