AWS wellarchitected documentation change
Summary
Updated acronym 'ELB' to 'Elastic Load Balancing' for clarity and consistency
Security assessment
Change is purely editorial with no security implications. It clarifies terminology but doesn't address vulnerabilities or modify security guidance. SSL termination functionality remains unchanged.
Diff
diff --git a/wellarchitected/2023-10-03/framework/sec-dataprot.md b/wellarchitected/2023-10-03/framework/sec-dataprot.md index 91eacaf8f..22f00dcdf 100644 --- a//wellarchitected/2023-10-03/framework/sec-dataprot.md +++ b//wellarchitected/2023-10-03/framework/sec-dataprot.md @@ -40 +40 @@ Protect your data in transit by implementing multiple controls to reduce the ris -AWS provides multiple means for encrypting data at rest and in transit. We build features into our services that make it easier to encrypt your data. For example, we have implemented server-side encryption (SSE) for Amazon S3 to make it easier for you to store your data in an encrypted form. You can also arrange for the entire HTTPS encryption and decryption process (generally known as SSL termination) to be handled by ELB (ELB). +AWS provides multiple means for encrypting data at rest and in transit. We build features into our services that make it easier to encrypt your data. For example, we have implemented server-side encryption (SSE) for Amazon S3 to make it easier for you to store your data in an encrypted form. You can also arrange for the entire HTTPS encryption and decryption process (generally known as SSL termination) to be handled by Elastic Load Balancing (ELB).