AWS Transit Gateway
AWS Transit Gateway
Transit Gateway -
- Transitive peering between thousands of VPCs and on-premise data centers using hub and spoke (star) topology
- Works with Direct Connect Gateway, VPN connection and VPC
- Bound to region
- Transitive peering between VPCs in same region and account
- Route tables to control communication within the transitive network
- Supports IP multicast (not supported by any other AWS service)
Increasing BW of Site-To-Site Connection -
- ECMP (equal-cost-multi-path) routing is a routing strategy to allow to forward a packet over multiple best path
- To increase the bandwidth of the connection between transit gateway and corporate data centre, create multiple site-to-site VPN, each with 2 tunnels (2 x 1.25 = 2.5Gbps per VPN Connection)
- Only one VPN connection to a VPC having to tunnels out of which only 1 is used (1.25Gbps)
Share DX Between Multiple Accounts -
- Share Transit Gateway across account using Resource Access Manager (RAM) connection between VPCs in the same region but different accounts
2. A company has an on-premises infrastructure which they want to extend to the AWS Cloud. There is a need to ensure that communication across both environments is possible over the Internet. What would you create in this case to fulfill this requirement?
A. Create a VPC peering connection between the on-premises and the AWS Environment.
B. Create an AWS Direct connection between the on-premises and the AWS Environment.
C. Create a VPN connection between the on-premises and the AWS Environment.
D. Create a Virtual private gateway connection between the on-premises and the AWS Environment.
Answer
Comments
Post a Comment