AWS AmazonECS documentation change
Summary
Restructured lifecycle hook configuration to differentiate between Lambda hooks and new pause hooks. Added UI instructions for pause hook setup including timeout configuration.
Security assessment
Documentation update introduces pause hooks as a deployment control mechanism. No security vulnerabilities are mentioned, and changes focus on workflow customization rather than security features.
Diff
diff --git a/AmazonECS/latest/developerguide/deploy-blue-green-service.md b/AmazonECS/latest/developerguide/deploy-blue-green-service.md index 328bc8eaf..b67852442 100644 --- a//AmazonECS/latest/developerguide/deploy-blue-green-service.md +++ b//AmazonECS/latest/developerguide/deploy-blue-green-service.md @@ -110 +110 @@ Launch type | - 2. (Optional) Run Lambda functions to run at specific stages of the deployment. Under **Deployment lifecycle hooks** , select the stages to run the lifecycle hooks. + 2. (Optional) Configure lifecycle hooks to run at specific stages of the deployment. Under **Deployment lifecycle hooks** , choose **Add**. @@ -112 +112 @@ Launch type | -To add a lifecycle hook: +For Lambda hooks: @@ -114 +114 @@ To add a lifecycle hook: - 1. Choose **Add**. + * For **Target type** , choose **Lambda**. @@ -116 +116 @@ To add a lifecycle hook: - 2. For **Lambda function** , enter the function name or ARN. + * For **Lambda function** , enter the function name or ARN. @@ -118 +118 @@ To add a lifecycle hook: - 3. For **Role** , select the IAM role that has permission to invoke the Lambda function. + * For **Role** , select the IAM role that has permission to invoke the Lambda function. @@ -120 +120,9 @@ To add a lifecycle hook: - 4. For **Lifecycle stages** , select the stages when the Lambda function should run. + * For **Lifecycle stages** , select the stages when the Lambda function should run. + +For pause hooks: + + * For **Target type** , choose **Pause**. + + * For **Lifecycle stages** , select the stages where the deployment should pause. + + * (Optional) For **Timeout** , configure the timeout duration and action.