More information about Packet-Level VPC encryption?

0

How is traffic within my VPC encrypted? We are currently debating whether we need to implement intranet SSL, and the AWS docs suggest that some or all of our intranet traffic is already encrypted. However, we don't have any understanding or control over the AWS intranet encryption, and we would feel more confident knowing exactly what it entails. Can you provide more detailed information about how the AWS VPC packet-level authentication and encryption works?

this page says that:

All traffic within a VPC and between peered VPCs across regions is transparently encrypted at the network layer when using supported Amazon EC2 instance types.

this page claims that:

Because the load balancer is in a virtual private cloud (VPC), traffic between the load balancer and the targets is authenticated at the packet level, so it is not at risk of man-in-the-middle attacks or spoofing even if the certificates on the targets are not valid.

How is the traffic mentioned in these two statements encrypted and/or authenticated? What protocols are used, and why should we have confidence in the AWS "transparent encryption" vs malicious internal actors?

scott
已提问 1 年前499 查看次数
1 回答
0

What I do know is that any traffic from the ALB to a target that is using SSL doesn’t strictly follow SSL standards.

The alb does not care if it connects to a target that’s running a self signed cert or a cert that’s expired.

That said you will never know if there’s a “man in the middle”

However, the information you have found regarding vpc traffic encryption is true which is transparent.

If it’s really a concern then end to end encryption may be needed to meet certain controls and standards. That’s I guess a business decision.

Not sure if that helps answer your question.

profile picture
专家
已回答 1 年前
  • "However, the information you have found regarding vpc traffic encryption is true which is transparent.", sure, but is AWS encrypting with the Caesar cipher, or are they doing something else? AWS seems confident in their encryption enough to tell users that it exists, so, they should make us confident in their encryption by telling us how it works.

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

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

回答问题的准则

相关内容