AWS Security ChangesHomeSearch

AWS deadline-cloud documentation change

Service: deadline-cloud · 2026-07-04 · Documentation low

File: deadline-cloud/latest/developerguide/integration-points.md

Summary

Added job lifecycle diagram and descriptions of integration points across workstation/worker/cloud

Security assessment

Added architectural documentation without security context. Diagram illustrates workflow stages but contains no security controls or vulnerability information.

Diff

diff --git a/deadline-cloud/latest/developerguide/integration-points.md b/deadline-cloud/latest/developerguide/integration-points.md
index fb2151b5a..dd5142449 100644
--- a//deadline-cloud/latest/developerguide/integration-points.md
+++ b//deadline-cloud/latest/developerguide/integration-points.md
@@ -23,0 +24,13 @@ The integration points differ on three questions:
+The following diagram shows where each integration point runs during the job lifecycle. Control flows from submission on the workstation, through worker execution, and into event-driven automation in your AWS account.
+
+  * **Workstation** – Submitter hooks and host configuration scripts run once.
+
+  * **Worker** – Queue, job, and step environments use session-scoped enter and exit actions. Task execution runs your work. Dependent steps run after the task completes.
+
+  * **AWS account** – EventBridge events and CloudWatch metrics and alarms respond asynchronously to state changes.
+
+
+
+
+![Job lifecycle integration points across workstation, worker, and cloud.](/images/deadline-cloud/latest/developerguide/images/integration-points-diagram.png)
+