Schedule standby workers for a Deadline Cloud fleet with CloudFormation
The
fleet_standby_scheduling
The template works with any existing Deadline Cloud fleet, including service-managed and customer-managed fleets. By default, it sets the standby worker count to 2 at 8:00 AM UTC Monday through Friday and resets it to 0 at 5:00 PM UTC.
The template creates the following resources:
-
A Lambda function that calls the Deadline Cloud
UpdateFleetAPI. The function reads the fleet's current configuration first to avoid overwriting other settings. -
IAM roles for the Lambda function and the EventBridge scheduler.
-
Two EventBridge schedules that trigger the Lambda function at the start and end of business hours.
To customize the schedule, update the
BusinessHoursStartCron,
BusinessHoursEndCron, and
ScheduleTimezone parameters. To schedule multiple fleets,
deploy one stack per fleet.