--- id: aws-cdk-aws-autoscaling-hooktargets version: "1.204.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # aws-cdk.aws-autoscaling-hooktargets — Lifecycle hook for AWS AutoScaling License: permissive · Maintenance: active · Downloads: 144.6K/mo ## What it is and what it does This package provides integration classes for AWS AutoScaling lifecycle hooks within the AWS CDK v1 framework. It allows you to attach hook targets—Lambda functions, SNS topics, or SQS queues—to AutoScaling groups so that custom logic runs when instances launch or terminate. The classes are designed to be passed directly to the `addLifecycleHook()` method on an AutoScaling group, bridging the gap between CDK infrastructure definitions and AWS lifecycle hook mechanics. The package depends on core CDK modules (aws-autoscaling, aws-iam, aws-lambda, aws-sns, aws-sqs) and related utilities. However, AWS CDK v1 reached end-of-support on 2023-06-01 and is no longer receiving updates. Users should plan migration to AWS CDK v2, which may offer equivalent or improved lifecycle hook functionality. Use it for: - Trigger a Lambda function to run custom setup or cleanup logic when instances join or leave an AutoScaling group. - Publish lifecycle events to an SNS topic for downstream notification or event-driven workflows. - Send instance lifecycle messages to an SQS queue for asynchronous processing by worker applications. - Implement graceful instance shutdown by pausing lifecycle hooks while running cleanup tasks. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides integration classes for AWS AutoScaling lifecycle hooks that trigger Lambda functions, SNS topics, or SQS queues when instances launch or terminate. No—do not install. AWS CDK v1 reached end-of-support on 2023-06-01 and this package is no longer maintained. New projects should use AWS CDK v2 instead. If you are maintaining legacy CDK v1 code, the package is stable and has no known vulnerabilities, but migration is strongly recommended. ## Install pip install aws-cdk-aws-autoscaling-hooktargets uv add aws-cdk-aws-autoscaling-hooktargets poetry add aws-cdk-aws-autoscaling-hooktargets ## Installing aws-cdk.aws-autoscaling-hooktargets Before you install: Low install friction with a stable dependency tree, but the package is end-of-support as of June 2023—AWS CDK v1 has reached End-of-Support and users should migrate to AWS CDK v2. License in practice: Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions. Quickstart: pip install aws-cdk.aws-autoscaling-hooktargets from aws_cdk.aws_autoscaling_hooktargets import LifecycleHookTarget from aws_cdk.aws_autoscaling import AutoScalingGroup # Pass a hook target to autoScalingGroup.addLifecycleHook() AWS CDK v1 is end-of-support as of 2023-06-01; new projects should use AWS CDK v2 instead. Verify before relying: - Whether AWS CDK v2 provides equivalent lifecycle hook target functionality or if migration requires substantial refactoring. - Compatibility and testing status with Python 3.10 and 3.11 in production environments. ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 144.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags autoscaling lifecycle hooks, aws cdk autoscaling integration, ec2 instance lifecycle events, lambda sns sqs autoscaling, cdk autoscaling targets, aws lifecycle hook targets, aws-cdk, autoscaling, end-of-support [View on SkillFed](https://skillfed.io/packages/aws-cdk-aws-autoscaling-hooktargets) · [View on PyPI](https://pypi.org/project/aws-cdk-aws-autoscaling-hooktargets/)