-
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
feat(ec2): add c5ad instances #16428
Conversation
924c117
to
ebfd5f2
Compare
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.
Could you please add an additional enum value for the concrete instance name, too?
/**
* Compute optimized instances with local NVME drive based on AMD EPYC, 5th generation
*/
C5AD = 'c5ad',
You have inserted the new value between COMPUTE5_AMD
and C5A
. Can you please insert it after C5A
? The two values belong together. Therefore, it should be added after C5A
.
Thanks for the contribution @shamelesscookie, and thanks for the review @jumic. Appreciate it |
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.
Trivial, but could you please swap C5A = 'c5a',
and COMPUTE5_AMD_NVME_DRIVE = 'c5ad',
to make the ones you've added adjacent to each other? Thanks
Pull request has been modified.
Thanks for the contribution! |
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). |
Innocuous addition of c5ad instance class ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Innocuous addition of c5ad instance class
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license