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
Copy file name to clipboardExpand all lines: packages/aws-cdk-lib/aws-ec2/lib/instance-types.ts
+38Lines changed: 38 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -750,6 +750,28 @@ export enum InstanceClass {
750
750
*/
751
751
C7I_FLEX='c7i-flex',
752
752
753
+
/**
754
+
* Compute optimized instances based on custom Intel Xeon 6 processors, available only on AWS, 8th generation
755
+
*/
756
+
COMPUTE8_INTEL='compute8-intel',
757
+
758
+
/**
759
+
* Compute optimized instances based on custom Intel Xeon 6 processors, available only on AWS, 8th generation
760
+
*/
761
+
C8I='c8i',
762
+
763
+
/**
764
+
* Compute optimized instances based on custom Intel Xeon 6 processors, available only on AWS, 8th generation
765
+
* C8i-flex instances efficiently use compute resources to deliver a baseline level of performance with the ability to scale up to the full compute performance a majority of the time.
766
+
*/
767
+
COMPUTE8_INTEL_FLEX='compute8-intel-flex',
768
+
769
+
/**
770
+
* Compute optimized instances based on custom Intel Xeon 6 processors, available only on AWS, 8th generation
771
+
* C8i-flex instances efficiently use compute resources to deliver a baseline level of performance with the ability to scale up to the full compute performance a majority of the time.
772
+
*/
773
+
C8I_FLEX='c8i-flex',
774
+
753
775
/**
754
776
* Compute optimized instances based on 4th generation AMD EPYC (codename Genoa), 7th generation
0 commit comments