AWS sns documentation change
Summary
Updated references from 'AWS CloudFormation' to 'CloudFormation' for consistency and branding alignment.
Security assessment
Changes are purely terminological updates (e.g., 'AWS CloudFormation' → 'CloudFormation'). No security vulnerabilities, configurations, or features are modified or discussed.
Diff
diff --git a/sns/latest/dg/sns-configure-dead-letter-queue.md b/sns/latest/dg/sns-configure-dead-letter-queue.md index ed9c8ab4d..d6b097e40 100644 --- a//sns/latest/dg/sns-configure-dead-letter-queue.md +++ b//sns/latest/dg/sns-configure-dead-letter-queue.md @@ -5 +5 @@ -PrerequisitesAWS Management ConsoleAWS SDKsAWS CLIAWS CloudFormation +PrerequisitesAWS Management ConsoleAWS SDKsAWS CLICloudFormation @@ -11 +11 @@ A dead-letter queue is an Amazon SQS queue that an Amazon SNS subscription can t -This page shows how you can use the AWS Management Console, an AWS SDK, the AWS CLI, and AWS CloudFormation to configure a dead-letter queue for an Amazon SNS subscription. +This page shows how you can use the AWS Management Console, an AWS SDK, the AWS CLI, and CloudFormation to configure a dead-letter queue for an Amazon SNS subscription. @@ -25 +25 @@ Before you configure a dead-letter queue, complete the following prerequisites: - 3. (Skip for AWS CloudFormation) [Subscribe the queue to the topic](./sns-sqs-as-subscriber.html). + 3. (Skip for CloudFormation) [Subscribe the queue to the topic](./sns-sqs-as-subscriber.html). @@ -142 +142 @@ Before your begin this tutorial, make sure you complete the prerequisites. -## To configure a dead-letter queue for an Amazon SNS subscription using AWS CloudFormation +## To configure a dead-letter queue for an Amazon SNS subscription using CloudFormation @@ -165 +165 @@ Before your begin this tutorial, make sure you complete the prerequisites. - 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/). @@ -175 +175 @@ Before your begin this tutorial, make sure you complete the prerequisites. -AWS CloudFormation begins to create the `MyDeadLetterQueue` 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 `MyDeadLetterQueue` stack and displays the **CREATE_IN_PROGRESS** status. When the process is complete, CloudFormation displays the **CREATE_COMPLETE** status.