-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Description
Describe the feature
An option to create/configure an ASG to have processes always suspended.
Currently processes like such as AZRebalance can only be suspended during a CDK deployment, there's no option to mark a process as always suspended.
Use Case
AZRebalance interacts poorly with warm pools, during capacity shortages and with the long shutdown time of GPU instances.
Additionally our system frequently adjusts the desired capacity, having another process also mess with the running instances causes a disturbance that makes our control system back off.
So overall having this process running is just undesirable. Currently we suspend it manually after creating an ASG through the CDK, it would be nicer if the CDK could suspend it at creation time.
Proposed Solution
No response
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
AWS CDK Library version (aws-cdk-lib)
2.209.1
AWS CDK CLI version
2.1033.0
Environment details (OS name and version, etc.)
Debian 13