You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of v2.92.0, we don't yet have C7gd, M7gd, and R7gd instance types available via instance type selection.
Closes#26774
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Copy file name to clipboardExpand all lines: packages/aws-cdk-lib/aws-ec2/test/instance.test.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ describe('instance', () => {
104
104
test('instance architecture is correctly discerned for arm instances',()=>{
105
105
// GIVEN
106
106
constsampleInstanceClasses=[
107
-
'a1','t4g','c6g','c7g','c6gd','c6gn','m6g','m6gd','m7g','r6g','r6gd','r7g','g5g','im4gn','is4gen',// current Graviton-based instance classes
107
+
'a1','t4g','c6g','c7g','c6gd','c6gn','c7g','c7gd','m6g','m6gd','m7g','m7gd','r6g','r6gd','r7g','r7gd','g5g','im4gn','is4gen',// current Graviton-based instance classes
0 commit comments