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
전문가
답변함 일 년 전
profile picture
전문가
검토됨 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠