AWS Security ChangesHomeSearch

AWS AWSSimpleQueueService documentation change

Service: AWSSimpleQueueService · 2025-02-26 · Documentation low

File: AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-java-configure-sse.md

Summary

Formatting changes and clarification about SSE/KMS configuration

Security assessment

Documents server-side encryption configuration which is a security feature, but no vulnerability addressed.

Diff

diff --git a/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-java-configure-sse.md
index 018c14252..f9c821ca8 100644
--- a/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-java-configure-sse.md
+++ b/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-java-configure-sse.md
@@ -9 +9,3 @@ Adding SSE to an existing queueDisabling SSE for a queueCreating a queue with SS
-You can use the AWS SDK for Java to add server-side encryption (SSE) to an Amazon SQS queue. Each queue uses an AWS Key Management Service (AWS KMS) KMS key to generate the data encryption keys. This example uses the AWS managed KMS key for Amazon SQS. For more information about using SSE and the role of the KMS key, see [Encryption at rest in Amazon SQS](./sqs-server-side-encryption.html). 
+Use the AWS SDK for Java to add server-side encryption (SSE) to an Amazon SQS queue. Each queue uses an AWS Key Management Service (AWS KMS) KMS key to generate the data encryption keys. This example uses the AWS managed KMS key for Amazon SQS.
+
+For more information about using SSE and the role of the KMS key, see [Encryption at rest in Amazon SQS](./sqs-server-side-encryption.html).