Skip to content

Commit 58b0bc0

Browse files
HusnaHarizcopelco
andauthored
Apply suggestion from @copelco
Co-authored-by: Colin Copeland <[email protected]>
1 parent 4a920fc commit 58b0bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack/eks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
custom_eks_ami = Ref(template.add_parameter(
109109
Parameter(
110110
"CustomEKSAMI",
111-
Description="Custom AMI ID for EKS node group",
111+
Description="Custom AMI ID for EKS node group. Preferably do not set as AWS will select best optimized image if CustomAMIImageType is set.",
112112
Type="String",
113113
Default="",
114114
),

0 commit comments

Comments
 (0)