I'm creating an EKS cluster using `eks.Cluster()` ...
# aws
a
I'm creating an EKS cluster using
eks.Cluster()
and am using the default worker node group from that. Is there a way to capture the Availability Zone and AZ suffix of the nodes created? Or a way to specify which AZ's the default worker nodes are created in? I later on create a
storageClass
using the
aws-ebs-csi-driver
and would like to fill its
allowedTopologies
field with AZ's that correspond to the nodes that have been created, avoiding any node affinity errors for my Prometheus PVC's