feat(autoscaling): add support for InstanceRefresh suspended process#29113
Conversation
…with Rolling Update
aws-cdk-automation
left a comment
There was a problem hiding this comment.
The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.
A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed add Clarification Request to a comment.
packages/aws-cdk-lib/aws-autoscaling/test/scheduled-action.test.ts
Outdated
Show resolved
Hide resolved
|
Hello @mulmar-aws there are other tests failing which is because of missing |
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
|
I think I have the integration test set up properly but I see some automated checks are failing. Let me know if I've made a mistake here! |
|
Hello, just following up to see if more changes are required? |
|
The change looks good to me. Just one question: should the title be |
|
Good point. Changed. |
aws-cdk-automation
left a comment
There was a problem hiding this comment.
The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.
A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed add Clarification Request to a comment.
|
Exemption Request : I don't think there is anything to change in a README file here - suspended processes are not called out in detail in the AutoScaling README. |
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Also add InstanceRefresh as a default suspended process for RollingUpdate.
I have also submitted a request to update https://repost.aws/knowledge-center/auto-scaling-group-rolling-updates to conform with this change.
Reason for this change
Instance Refresh is a feature of ASG. It performs a similar function to Rolling Update. If an Instance Refresh is running at the same time as a Rolling Update, the Rolling Update will fail. It is safer to suspend the process.
Description of changes
See above.
Description of how you validated changes
Unit tests.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license