AWS wellarchitected documentation change
Summary
Updated VPN service name from 'AWS VPN' to 'Site-to-Site VPN' for clarity and consistency
Security assessment
The change only updates branding terminology without altering security guidance. Authentication protocols (TLS/IPsec) and security context remain unchanged.
Diff
diff --git a/wellarchitected/2022-03-31/framework/sec_protect_data_transit_authentication.md b/wellarchitected/2022-03-31/framework/sec_protect_data_transit_authentication.md index 4491940d8..ad245b694 100644 --- a//wellarchitected/2022-03-31/framework/sec_protect_data_transit_authentication.md +++ b//wellarchitected/2022-03-31/framework/sec_protect_data_transit_authentication.md @@ -11 +11 @@ Verify the identity of communications by using protocols that support authentica -Using network protocols that support authentication, allows for trust to be established between the parties. This adds to the encryption used in the protocol to reduce the risk of communications being altered or intercepted. Common protocols that implement authentication include Transport Layer Security (TLS), which is used in many AWS services, and IPsec, which is used in [AWS Virtual Private Network (AWS VPN)](http://aws.amazon.com/vpn). +Using network protocols that support authentication, allows for trust to be established between the parties. This adds to the encryption used in the protocol to reduce the risk of communications being altered or intercepted. Common protocols that implement authentication include Transport Layer Security (TLS), which is used in many AWS services, and IPsec, which is used in [AWS Virtual Private Network (Site-to-Site VPN)](http://aws.amazon.com/vpn).