AWS sns documentation change
Summary
Replaced 'AWS CloudFormation' with 'CloudFormation' in multiple instances for terminology consistency
Security assessment
Changes are branding/terminology updates without modifying security controls, policies, or configurations. No references to vulnerabilities or security enhancements.
Diff
diff --git a/sns/latest/dg/SendMessageToSQS.cloudformation.md b/sns/latest/dg/SendMessageToSQS.cloudformation.md index 45addeccc..413692eee 100644 --- a//sns/latest/dg/SendMessageToSQS.cloudformation.md +++ b//sns/latest/dg/SendMessageToSQS.cloudformation.md @@ -5 +5 @@ -Using an AWS CloudFormation template to set up topics and queues within an AWS account +Using an CloudFormation template to set up topics and queues within an AWS account @@ -9 +9 @@ Using an AWS CloudFormation template to set up topics and queues within an AWS a -AWS CloudFormation enables you to use a template file to create and configure a collection of AWS resources together as a single unit. This section has an example template that makes it easy to deploy topics that publish to queues. The templates take care of the setup steps for you by creating two queues, creating a topic with subscriptions to the queues, adding a policy to the queues so that the topic can send messages to the queues, and creating IAM users and groups to control access to those resources. +CloudFormation enables you to use a template file to create and configure a collection of AWS resources together as a single unit. This section has an example template that makes it easy to deploy topics that publish to queues. The templates take care of the setup steps for you by creating two queues, creating a topic with subscriptions to the queues, adding a policy to the queues so that the topic can send messages to the queues, and creating IAM users and groups to control access to those resources. @@ -11 +11 @@ AWS CloudFormation enables you to use a template file to create and configure a -For more information about deploying AWS resources using an AWS CloudFormation template, see [Get Started](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/GettingStarted.Walkthrough.html) in the _AWS CloudFormation User Guide_. +For more information about deploying AWS resources using an CloudFormation template, see [Get Started](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/GettingStarted.Walkthrough.html) in the _CloudFormation User Guide_. @@ -13 +13 @@ For more information about deploying AWS resources using an AWS CloudFormation t -## Using an AWS CloudFormation template to set up topics and queues within an AWS account +## Using an CloudFormation template to set up topics and queues within an AWS account @@ -23 +23 @@ MyRDMessageQueueGroup is an IAM group whose members have permission to read and -The following listing shows the AWS CloudFormation template contents. +The following listing shows the CloudFormation template contents.