We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a920fc commit 58b0bc0Copy full SHA for 58b0bc0
stack/eks.py
@@ -108,7 +108,7 @@
108
custom_eks_ami = Ref(template.add_parameter(
109
Parameter(
110
"CustomEKSAMI",
111
- Description="Custom AMI ID for EKS node group",
+ Description="Custom AMI ID for EKS node group. Preferably do not set as AWS will select best optimized image if CustomAMIImageType is set.",
112
Type="String",
113
Default="",
114
),
0 commit comments