AWS Security ChangesHomeSearch

AWS AWSSimpleQueueService documentation change

Service: AWSSimpleQueueService · 2025-11-19 · Documentation low

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

Summary

Multiple instances of 'AWS CloudFormation' replaced with 'CloudFormation' in VPC messaging tutorial

Security assessment

Consistency update for service naming. The tutorial's security aspects (VPC endpoints, EC2 instance restrictions) remain unchanged. No security vulnerabilities addressed or new security features documented.

Diff

diff --git a/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-sending-messages-from-vpc.md b/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-sending-messages-from-vpc.md
index 5ffb8b3d1..23d2c31d5 100644
--- a//AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-sending-messages-from-vpc.md
+++ b//AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-sending-messages-from-vpc.md
@@ -62 +62 @@ Save this file in a safe place. EC2 does not generate a `.pem` file for the same
-To set up the necessary infrastructure, you must use an AWS CloudFormation _template_ , which is a blueprint for creating a _stack_ comprised of AWS resources, such as Amazon EC2 instances and Amazon SQS queues.
+To set up the necessary infrastructure, you must use an CloudFormation _template_ , which is a blueprint for creating a _stack_ comprised of AWS resources, such as Amazon EC2 instances and Amazon SQS queues.
@@ -75 +75 @@ The stack for this tutorial includes the following resources:
-  1. Download the AWS CloudFormation template named [`SQS-VPCE-Tutorial-CloudFormation.yaml`](https://github.com/aws-samples/amazon-sqs-samples/blob/master/templates/SQS-VPCE-Tutorial-CloudFormation.yaml) from GitHub.
+  1. Download the CloudFormation template named [`SQS-VPCE-Tutorial-CloudFormation.yaml`](https://github.com/aws-samples/amazon-sqs-samples/blob/master/templates/SQS-VPCE-Tutorial-CloudFormation.yaml) from GitHub.
@@ -77 +77 @@ The stack for this tutorial includes the following resources:
-  2. Sign in to the [AWS CloudFormation console](https://console.aws.amazon.com/cloudformation/).
+  2. Sign in to the [CloudFormation console](https://console.aws.amazon.com/cloudformation/).
@@ -98 +98 @@ The stack for this tutorial includes the following resources:
-AWS CloudFormation begins to create the stack and displays the **CREATE_IN_PROGRESS** status. When the process is complete, AWS CloudFormation displays the **CREATE_COMPLETE** status.
+CloudFormation begins to create the stack and displays the **CREATE_IN_PROGRESS** status. When the process is complete, CloudFormation displays the **CREATE_COMPLETE** status.
@@ -102 +102 @@ AWS CloudFormation begins to create the stack and displays the **CREATE_IN_PROGR
-Your AWS CloudFormation template launches an EC2 instance named `SQS-VPCE-Tutorial-EC2-Instance` into your VPC. This EC2 instance doesn't allow outbound traffic and isn't able to send messages to Amazon SQS. To verify this, you must connect to the instance, try to connect to a public endpoint, and then try to message Amazon SQS.
+Your CloudFormation template launches an EC2 instance named `SQS-VPCE-Tutorial-EC2-Instance` into your VPC. This EC2 instance doesn't allow outbound traffic and isn't able to send messages to Amazon SQS. To verify this, you must connect to the instance, try to connect to a public endpoint, and then try to message Amazon SQS.
@@ -124 +124 @@ The connection attempt fails, as expected.
-  8. From the list of queues, select the queue created by your AWS CloudFormation template, for example, **VPCE-SQS-Tutorial-Stack-CFQueue-1ABCDEFGH2IJK**.
+  8. From the list of queues, select the queue created by your CloudFormation template, for example, **VPCE-SQS-Tutorial-Stack-CFQueue-1ABCDEFGH2IJK**.
@@ -202 +202 @@ The sending attempt succeeds and the MD5 digest of the message body and the mess
-For information about receiving and deleting the message from the queue created by your AWS CloudFormation template (for example, **VPCE-SQS-Tutorial-Stack-CFQueue-1ABCDEFGH2IJK**), see [Receiving and deleting a message in Amazon SQS ](./step-receive-delete-message.html).
+For information about receiving and deleting the message from the queue created by your CloudFormation template (for example, **VPCE-SQS-Tutorial-Stack-CFQueue-1ABCDEFGH2IJK**), see [Receiving and deleting a message in Amazon SQS ](./step-receive-delete-message.html).
@@ -214 +214 @@ For information about deleting your resources, see the following:
-  * [Deleting a Stack on the AWS CloudFormation Console](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-delete-stack.html) in the _AWS CloudFormation User Guide_
+  * [Deleting a Stack on the CloudFormation Console](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-delete-stack.html) in the _AWS CloudFormation User Guide_
@@ -227 +227 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Creating an Amazon SQS queue using AWS CloudFormation
+Creating an Amazon SQS queue using CloudFormation