AWS scheduler documentation change
Summary
Updated terminology from 'AWS CloudFormation' to 'CloudFormation' in multiple steps of the SQS queue creation instructions
Security assessment
The changes are purely branding/naming updates without any security context. No security vulnerabilities, configurations, or features are mentioned or modified in the documentation.
Diff
diff --git a/scheduler/latest/UserGuide/setting-up.md b/scheduler/latest/UserGuide/setting-up.md index 1aa91149e..517babe22 100644 --- a//scheduler/latest/UserGuide/setting-up.md +++ b//scheduler/latest/UserGuide/setting-up.md @@ -246 +246 @@ The `attach-role-policy` operation doesn't return a response on the command line -Before you create an EventBridge Scheduler schedule, you need at least one target for your schedule to invoke. You can use an existing AWS resource, or create a new one. The following steps show how to create a new standard Amazon SQS queue with AWS CloudFormation. +Before you create an EventBridge Scheduler schedule, you need at least one target for your schedule to invoke. You can use an existing AWS resource, or create a new one. The following steps show how to create a new standard Amazon SQS queue with CloudFormation. @@ -250 +250 @@ Before you create an EventBridge Scheduler schedule, you need at least one targe - 1. Copy the following JSON AWS CloudFormation template and save it locally as `SchedulerTargetSQS.json`. + 1. Copy the following JSON CloudFormation template and save it locally as `SchedulerTargetSQS.json`. @@ -290 +290 @@ Before you create an EventBridge Scheduler schedule, you need at least one targe - 2. From the AWS CLI, run the following command to create an AWS CloudFormation stack from the `Scheduler-Target-SQS.json` template. + 2. From the AWS CLI, run the following command to create an CloudFormation stack from the `Scheduler-Target-SQS.json` template. @@ -300 +300 @@ If successful, you'll see the following output: - 3. Run the following command to view summary information for your AWS CloudFormation stack. This information includes the status of the stack and the outputs specified in the template. + 3. Run the following command to view summary information for your CloudFormation stack. This information includes the status of the stack and the outputs specified in the template.