AWS Security ChangesHomeSearch

AWS AWSSimpleQueueService documentation change

Service: AWSSimpleQueueService · 2025-04-18 · Documentation low

File: AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-sending-messages-from-vpc.md

Summary

Updated endpoint format documentation and modified Public DNS reference to be protocol-agnostic

Security assessment

Changes focus on network configuration updates and terminology standardization without security implications

Diff

diff --git a/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-sending-messages-from-vpc.md b/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-sending-messages-from-vpc.md
index 9cd4c8b15..4f9ffd18f 100644
--- a//AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-sending-messages-from-vpc.md
+++ b//AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-sending-messages-from-vpc.md
@@ -24 +24,3 @@ Even in a fully private network, you can connect to the Amazon EC2 instance and
-  * When you configure Amazon SQS to send messages from Amazon VPC, you must enable private DNS and specify endpoints in the format `sqs.`us-east-2`.amazonaws.com`.
+  * When you configure Amazon SQS to send messages from Amazon VPC, you must enable private DNS and specify endpoints in the format `sqs.`us-east-2`.amazonaws.com` or `sqs.`us-east-2`.api.aws` for the dual-stack endpoint.
+
+  * When using the dual-stack endpoint in Amazon Virtual Private Cloud, requests will be sent using IPv4 and IPv6.
@@ -106 +108 @@ Your AWS CloudFormation template launches an EC2 instance named `SQS-VPCE-Tutori
-  4. Copy the hostname under **Public DNS (IPv4)** , for example, **ec2-203-0-113-0.us-west-2.compute.amazonaws.com**.
+  4. Copy the hostname under **Public DNS** , for example, **ec2-203-0-113-0.us-west-2.compute.amazonaws.com**.