-
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
chore: flag previous generation instance types #20422
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
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.
I think we should just add the message without @deprecated
. These instance types are not actually deprecated, you can still create instances with these instance classes and I don't know of any plan to remove that ability.
If we ever release a CDK v3 these would get removed.
true for the oldest ~half of AWS regions, but the newest ~half of AWS regions (since 2016) and all AWS regions going forward do not support
Is it not possible to leave values deprecated in future major versions as well? There are other |
The link your posted specifically calls out that they're continuing to support older instance types.
Given that, I don't think we should mark these as deprecated. While ~half of the regions don't support the older ones, that's still ~half that do. I would support adding a warning and adding documentation that says they're older generations, but not deprecating them altogether at this point. |
Is there another annotation to do that visibly other than |
This PR has been deemed to be abandoned, and will be automatically closed. Please create a new PR for these changes if you think this decision has been made in error. |
https://aws.amazon.com/ec2/previous-generation/
https://instancetyp.es/
related: aws-cloudformation/cfn-lint#2267
updating some of these values for existing resources causes interruptions
All Submissions:
New Features
yarn integ
to deploy the infrastructure and generate the snapshot (i.e.yarn integ
without--dry-run
)?