AWS Security ChangesHomeSearch

AWS deadline-cloud documentation change

Service: deadline-cloud · 2026-01-28 · Documentation low

File: deadline-cloud/latest/developerguide/create-auto-scaling.md

Summary

Clarified that health checks prevent stalled instances and configuration risks.

Security assessment

Emphasizes operational security benefits (preventing misconfigurations) but doesn't address a specific vulnerability. Enhances security documentation.

Diff

diff --git a/deadline-cloud/latest/developerguide/create-auto-scaling.md b/deadline-cloud/latest/developerguide/create-auto-scaling.md
index f3eeb0bf4..ff968aba2 100644
--- a//deadline-cloud/latest/developerguide/create-auto-scaling.md
+++ b//deadline-cloud/latest/developerguide/create-auto-scaling.md
@@ -437 +437 @@ You can set up an EventBridge rule to filter events, a Lambda to consume the eve
-After creating your fleet, you should build a custom health check to ensure your fleet remains healthy and free of stalled instances to help prevent unnecessary costs. See [ Deploying a Deadline Cloud fleet health check](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/cloudformation/farm_templates/cmf_templates) on GitHub. This can lower the risk of an accidental change in your Amazon Machine Image, launch template, or network configuration running undetected.
+After creating your fleet, you should build a custom health check to ensure your fleet remains healthy and free of stalled instances to help prevent unnecessary costs. See [ Deploying a Deadline Cloud fleet health check](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/cloudformation/farm_templates/cmf_templates) on GitHub. A health check can lower the risk of an accidental change in your Amazon Machine Image, launch template, or network configuration running undetected.