AWS support for GRE in site-to-site VPN connections.

0

I have a situation where I need to connect an on-premises data center with an AWS VPC and the on-prem data center only supports GRE.

I'm new to these concepts, and I would appreciate any response about whether AWS has support for this and a recommended way of implementing this. I read through the AWS documentation, and nothing has been mentioned about GRE.

Thanks in advance!!

1 回答
1

You can use Transit Gateway Connect attachment if you want to use GRE tunnels. Also, keep in mind GRE encapsulates the traffic, it does NOT encrypt the traffic in transit, so if you need secure connectivity channel then you should look at implementing IPSEC instead of GRE.


You can create a transit gateway Connect attachment to establish a connection between a transit gateway and third-party virtual appliances (such as SD-WAN appliances) running in a VPC. A Connect attachment supports the Generic Routing Encapsulation (GRE) tunnel protocol for high performance, and Border Gateway Protocol (BGP) for dynamic routing. After you create a Connect attachment, you can create one or more GRE tunnels (also referred to as Transit Gateway Connect peers) on the Connect attachment to connect the transit gateway and the third-party appliance. You establish two BGP sessions over the GRE tunnel to exchange routing information.

Reference: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-connect.html

Take a look at these blogs:

https://aws.amazon.com/blogs/networking-and-content-delivery/simplify-sd-wan-connectivity-with-aws-transit-gateway-connect/

https://aws.amazon.com/blogs/networking-and-content-delivery/integrate-sd-wan-devices-with-aws-transit-gateway-and-aws-direct-connect/

profile pictureAWS
专家
已回答 1 年前
profile picture
专家
已审核 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则