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 Answer
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
EXPERT
answered a year ago
profile picture
EXPERT
reviewed a year ago

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.

Guidelines for Answering Questions