-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(autoscaling): EbsDeviceVolumeType.IO2 is not a valid CloudFormation value #16028
Conversation
PR Linter failed with "Fixes must contain a change to a test file". Could we skip this for this issue? I think there is no test case that makes sense here. |
Thanks! But closing for reason mentioned in the issue |
Looks like the build is failing. @rix0rrr I'll leave this issue to you. tl;dr PR #12074 created the io2 option in |
I fixed the build by adding the change to the breaking changes file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right. Let's allow the breaking change for now, we can always roll back if it causes problems.
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
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 master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Remove value IO2 from enum EbsDeviceVolumeType because it is not supported in CloudFormation.
Fixes #16027.
Please double-check before approving: Value from enum is removed which could potentially be a breaking change. However, it's an invalid value. Therefore, it should be correct to remove it.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license