aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.51k stars 3.85k forks source link

aws-cdk-lib.aws_applicationautoscaling: DeregisterScalableTarget #29626

Open jainakhi opened 5 months ago

jainakhi commented 5 months ago

Describe the feature

CDK implementation to Deregister an Application Auto Scaling scalable target after it is finished using it. A CloudFormation L1 Construct would be great as well for starters.

Use Case

I am creating sagemaker endpoint and attaching autoscaling policy using scalable targets. During update of that endpoint stack I need to be able to deregister target from that endpoint using CDK.

Proposed Solution

No response

Other Information

No response

Acknowledgements

CDK version used

2.133.0

Environment details (OS name and version, etc.)

MAC

tim-finnigan commented 5 months ago

Thanks for the feature request. As this needs CloudFormation support, can you create an issue for this in https://github.com/aws-cloudformation/cloudformation-coverage-roadmap?

jainakhi commented 5 months ago

Will do. Thanks