feat(ec2): add c5ad instances#16428
feat(ec2): add c5ad instances#16428mergify[bot] merged 11 commits intoaws:masterfrom cmoore1776:c5ad_instance_class
Conversation
924c117 to
ebfd5f2
Compare
jumic
left a comment
There was a problem hiding this comment.
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 |
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