File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
@aws-cdk/aws-eks-v2-alpha/lib Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,14 @@ export enum NodegroupAmiType {
5757 * Bottlerocket with Nvidia-GPU support (x86-64)
5858 */
5959 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' ,
6068 /**
6169 * Windows Core 2019 (x86-64)
6270 */
Original file line number Diff line number Diff line change @@ -57,6 +57,14 @@ export enum NodegroupAmiType {
5757 * Bottlerocket with Nvidia-GPU support (x86-64)
5858 */
5959 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' ,
6068 /**
6169 * Windows Core 2019 (x86-64)
6270 */
You can’t perform that action at this time.
0 commit comments