AWS deadline-cloud documentation change
Summary
Updated references from 'AWS CloudFormation' to 'CloudFormation' throughout the document
Security assessment
Terminology standardization without altering security context. Changes only remove 'AWS' prefix from CloudFormation references in procedural documentation.
Diff
diff --git a/deadline-cloud/latest/developerguide/create-auto-scaling.md b/deadline-cloud/latest/developerguide/create-auto-scaling.md index 4796e4faa..f3eeb0bf4 100644 --- a//deadline-cloud/latest/developerguide/create-auto-scaling.md +++ b//deadline-cloud/latest/developerguide/create-auto-scaling.md @@ -11 +11 @@ This section explains how to create an Amazon EC2 Auto Scaling fleet. -Use the AWS CloudFormation YAML template below to create an Amazon EC2 Auto Scaling (Auto Scaling) group, an Amazon Virtual Private Cloud (Amazon VPC) with two subnets, an instance profile, and an instance access role. These are required to launch instance using Auto Scaling in the subnets. +Use the CloudFormation YAML template below to create an Amazon EC2 Auto Scaling (Auto Scaling) group, an Amazon Virtual Private Cloud (Amazon VPC) with two subnets, an instance profile, and an instance access role. These are required to launch instance using Auto Scaling in the subnets. @@ -205 +205 @@ For a complete explanation of the resources and parameters used in the CloudForm - 2. Open the AWS CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/). + 2. Open the CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/). @@ -207 +207 @@ For a complete explanation of the resources and parameters used in the CloudForm -Use the AWS CloudFormation console to create a stack using the instructions for uploading the template file that you created. For more information, see [Creating a stack on the AWS CloudFormation console](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-create-stack.html) in the _AWS CloudFormation User Guide_. +Use the CloudFormation console to create a stack using the instructions for uploading the template file that you created. For more information, see [Creating a stack on the CloudFormation console](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-create-stack.html) in the _AWS CloudFormation User Guide_. @@ -279 +279 @@ After you configure the fleet mode, Deadline Cloud starts emitting fleet size re -#### Deploy Auto Scaling stack using the AWS CloudFormation template +#### Deploy Auto Scaling stack using the CloudFormation template @@ -281 +281 @@ After you configure the fleet mode, Deadline Cloud starts emitting fleet size re -You can set up an EventBridge rule to filter events, a Lambda to consume the events and control Auto Scaling, and an SQS queue to store unprocessed events. Use the following AWS CloudFormation template to deploy everything in a stack. After you deploy the resources successfully, you can submit a job and the fleet will automatically scale up. +You can set up an EventBridge rule to filter events, a Lambda to consume the events and control Auto Scaling, and an SQS queue to store unprocessed events. Use the following CloudFormation template to deploy everything in a stack. After you deploy the resources successfully, you can submit a job and the fleet will automatically scale up.