Transit Gateway to AWS Instance Encryption

0

Hello, is the traffic between the transit gateway to the AWS encryption encrypted? I've been requested to open an unencrypted SQL port (1433) from on-prem to AWS. Traffic will be going through VPN which is encrypted from on-prem to the AWS transit gateway. My concern is the traffic from the transit gateway to the AWS instance. Thanks in advance.

dv1124
已提問 2 年前檢視次數 1880 次
3 個答案
1

By default all traffic through the AWS transit gateway is encrypted if the peering is between regions. Peering inter-region is not encrypted.

source documentation: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-peering.html

已回答 2 年前
  • One point of clarification: "inter" should be "intra" in the second sentence, as "intra" means same Region.

1

Today, traffic between Transit Gateway and instances is not encrypted at the network layer.

In a more general case (and now I'm talking about every network that your packets may pass across): If you are relying on network-level encryption there are always going to be places where your traffic will be unencrypted. For example, even if using MACSec the switches and routers on your network will have access to the unencrypted packets and are therefore a potential place of intercept. There are likely others as well.

Therefore, if you need to ensure that your traffic is encrypted end-to-end then you need application-layer encryption (normally TLS but there will always be other protocols and ways of doing this).

For this particular question: I would strongly encourage you to encrypt the traffic to your SQL server at the application layer.

profile pictureAWS
專家
已回答 2 年前
0

I think this answer should be updated with the latest from AWS documentation. Verbatim:

"Inter-Region gateway peering uses the same network infrastructure as VPC peering. Therefore traffic is encrypted using AES-256 encryption at the virtual network layer as it travels between Regions. Traffic is also encrypted using AES-256 encryption at the physical layer when it traverses network links that are outside of the physical control of AWS. As a result, traffic is double encrypted on network links outside the physical control of AWS. Within the same Region, traffic is encrypted at the physical layer only when it traverses network links that are outside of the physical control of AWS."

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

profile picture
已回答 7 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南