Skip to content

aws_autoscaling: Option to permanently suspend processes #36134

@aagmv

Description

@aagmv

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-autoscalingRelated to Amazon EC2 Auto Scalingfeature-requestA feature should be added or improved.needs-cfnThis issue is waiting on changes to CloudFormation before it can be addressed.p2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions