AWS deadline-cloud documentation change
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. + + + + + +