Hacker News new | ask | show | jobs
by forty 2247 days ago
You can enable backend authentication on the ELB if you want that (you need to provide the certificate)
1 comments

Right, they let you do it now but iirc that is a relatively recent feature that was resisted for a long time. And for good reason I think. The purpose of certificate validation is to verify that the remote machine is who they say they are. But those guarantees are already provided by the VPC protocol. In order to impersonate a target instance you would need to MITM the traffic, which isn't possible in a VPC.