File tree 2 files changed +16
-0
lines changed
@aws-cdk/aws-eks-v2-alpha/lib
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,14 @@ export enum NodegroupAmiType {
57
57
* Bottlerocket with Nvidia-GPU support (x86-64)
58
58
*/
59
59
BOTTLEROCKET_X86_64_NVIDIA = 'BOTTLEROCKET_x86_64_NVIDIA' ,
60
+ /**
61
+ * Bottlerocket Linux (ARM-64) with FIPS enabled
62
+ */
63
+ BOTTLEROCKET_ARM_64_FIPS = 'BOTTLEROCKET_ARM_64_FIPS' ,
64
+ /**
65
+ * Bottlerocket (x86-64) with FIPS enabled
66
+ */
67
+ BOTTLEROCKET_X86_64_FIPS = 'BOTTLEROCKET_x86_64_FIPS' ,
60
68
/**
61
69
* Windows Core 2019 (x86-64)
62
70
*/
Original file line number Diff line number Diff line change @@ -57,6 +57,14 @@ export enum NodegroupAmiType {
57
57
* Bottlerocket with Nvidia-GPU support (x86-64)
58
58
*/
59
59
BOTTLEROCKET_X86_64_NVIDIA = 'BOTTLEROCKET_x86_64_NVIDIA' ,
60
+ /**
61
+ * Bottlerocket Linux (ARM-64) with FIPS enabled
62
+ */
63
+ BOTTLEROCKET_ARM_64_FIPS = 'BOTTLEROCKET_ARM_64_FIPS' ,
64
+ /**
65
+ * Bottlerocket (x86-64) with FIPS enabled
66
+ */
67
+ BOTTLEROCKET_X86_64_FIPS = 'BOTTLEROCKET_x86_64_FIPS' ,
60
68
/**
61
69
* Windows Core 2019 (x86-64)
62
70
*/
You can’t perform that action at this time.
0 commit comments