AWS whitepapers documentation change
Summary
Changed 'Elastic Load Balancing' to 'ELB' abbreviation
Security assessment
Standardization of service name abbreviation. No change to security content about TLS/encryption practices.
Diff
diff --git a/whitepapers/latest/logical-separation/encrypting-data-at-rest-and--in-transit.md b/whitepapers/latest/logical-separation/encrypting-data-at-rest-and--in-transit.md index c1f436019..601369c36 100644 --- a//whitepapers/latest/logical-separation/encrypting-data-at-rest-and--in-transit.md +++ b//whitepapers/latest/logical-separation/encrypting-data-at-rest-and--in-transit.md @@ -23 +23 @@ To protect data in transit, AWS encourages customers to leverage a multi-level a -For customer-managed infrastructure within AWS that needs to terminate TLS, AWS offers several options including load balancing services (e.g., [Elastic Load Balancing](https://aws.amazon.com/elasticloadbalancing), Network Load Balancer, and Application Load Balancer), [Amazon CloudFront](https://aws.amazon.com/cloudfront) (a content delivery network), and [Amazon API Gateway](https://aws.amazon.com/api-gateway). In order to implement a TLS connection, each of these endpoint services allows customers to upload their own digital certificates to bind a cryptographic identity to the endpoint. Digital certificates are notoriously difficult to manage at scale because they expire and need to be rotated. AWS simplifies the process of generating, distributing, and rotating digital certificates with [AWS Certificate Manager (ACM)](https://aws.amazon.com/certificate-manager). ACM offers publicly trusted certificates at no cost that can be used in AWS services that require them to terminate TLS connections to the Internet. ACM also offers the ability to create a private certificate authority to automatically generate, distribute and rotate certificates to secure internal communication among customer-managed infrastructure. +For customer-managed infrastructure within AWS that needs to terminate TLS, AWS offers several options including load balancing services (e.g., [ELB](https://aws.amazon.com/elasticloadbalancing), Network Load Balancer, and Application Load Balancer), [Amazon CloudFront](https://aws.amazon.com/cloudfront) (a content delivery network), and [Amazon API Gateway](https://aws.amazon.com/api-gateway). In order to implement a TLS connection, each of these endpoint services allows customers to upload their own digital certificates to bind a cryptographic identity to the endpoint. Digital certificates are notoriously difficult to manage at scale because they expire and need to be rotated. AWS simplifies the process of generating, distributing, and rotating digital certificates with [AWS Certificate Manager (ACM)](https://aws.amazon.com/certificate-manager). ACM offers publicly trusted certificates at no cost that can be used in AWS services that require them to terminate TLS connections to the Internet. ACM also offers the ability to create a private certificate authority to automatically generate, distribute and rotate certificates to secure internal communication among customer-managed infrastructure.