AWS deadline-cloud documentation change
Summary
Updated terminology to consistently use 'Amazon EC2 Auto Scaling' instead of 'Auto Scaling' throughout the document
Security assessment
The changes are purely terminological, ensuring consistent use of the full service name. There is no evidence of addressing security vulnerabilities or introducing security-related content.
Diff
diff --git a/deadline-cloud/latest/developerguide/create-auto-scaling.md b/deadline-cloud/latest/developerguide/create-auto-scaling.md index f3eeb0bf4..3dfacdb65 100644 --- a//deadline-cloud/latest/developerguide/create-auto-scaling.md +++ b//deadline-cloud/latest/developerguide/create-auto-scaling.md @@ -7 +7 @@ Auto scale your fleetFleet health check -# Create fleet infrastructure with an Amazon EC2 Auto Scaling group +# Create fleet infrastructure with an Amazon EC2 Amazon EC2 Auto Scaling group @@ -11 +11 @@ This section explains how to create an Amazon EC2 Auto Scaling fleet. -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. +Use the CloudFormation YAML template below to create an Amazon EC2 Auto Scaling (Amazon EC2 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 Amazon EC2 Auto Scaling in the subnets. @@ -223 +223 @@ Use the CloudFormation console to create a stack using the instructions for uplo -Deadline Cloud leverages an Amazon EC2 Auto Scaling (Auto Scaling) group to scale the Amazon EC2 customer-managed fleet (CMF) automatically. You need to configure the fleet mode as well as deploy the required infrastructure in your account to make your fleet auto scale. The infrastructure you deployed will work for all fleets, so you only need to set it up once. +Deadline Cloud leverages an Amazon EC2 Auto Scaling (Amazon EC2 Auto Scaling) group to scale the Amazon EC2 customer-managed fleet (CMF) automatically. You need to configure the fleet mode as well as deploy the required infrastructure in your account to make your fleet auto scale. The infrastructure you deployed will work for all fleets, so you only need to set it up once. @@ -225 +225 @@ Deadline Cloud leverages an Amazon EC2 Auto Scaling (Auto Scaling) group to scal -The basic workflow is: you configure your fleet mode to auto scale, and then Deadline Cloud will send out an EventBridge event for that fleet whenever recommended fleet size changes (one event contains fleet id, recommended fleet size, and other metadata). You will have an EventBridge rule to filter the relevant events and have a Lambda to consume them. The Lambda will integrate with Amazon EC2 Auto Scaling `AutoScalingGroup` to scale the Amazon EC2 fleet automatically. +The basic workflow is: you configure your fleet mode to auto scale, and then Deadline Cloud will send out an EventBridge event for that fleet whenever recommended fleet size changes (one event contains fleet id, recommended fleet size, and other metadata). You will have an EventBridge rule to filter the relevant events and have a Lambda to consume them. The Lambda will integrate with Amazon EC2 Amazon EC2 Auto Scaling `AutoScalingGroup` to scale the Amazon EC2 fleet automatically. @@ -251 +251 @@ The following is an example of `configuration.json` used in the CLI commands abo - * To enable Auto Scaling on your fleet, you should set the mode to `EVENT_BASED_AUTO_SCALING`. + * To enable Amazon EC2 Auto Scaling on your fleet, you should set the mode to `EVENT_BASED_AUTO_SCALING`. @@ -279 +279 @@ After you configure the fleet mode, Deadline Cloud starts emitting fleet size re -#### Deploy Auto Scaling stack using the CloudFormation template +#### Deploy Amazon EC2 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 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 Amazon EC2 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.