clever-lawyer-94920
05/16/2021, 7:06 PMbillowy-army-68599
05/16/2021, 7:17 PMclever-lawyer-94920
05/16/2021, 7:24 PM0.0.0.0/0
.steep-toddler-94095
05/17/2021, 1:00 AMcreate the cluster which deploys the worker nodes in private subnets.use this package (go to Python tab): https://www.pulumi.com/docs/reference/pkg/eks/cluster/ and just leave
public_subnet_ids
empty.
just from a quick scan, the API for the eks pulumi package is very similar to the TF module you linked. they might even be the same?clever-lawyer-94920
05/17/2021, 5:50 AMprivate_subnet_id
section its mentioned
Also consider setting nodeAssociatePublicIpAddress: true for fully private workers.
Shouldn't it be
nodeAssociatePublicIpAddress: false
steep-toddler-94095
05/17/2021, 6:12 AMnode_associate_public_ip_address
in the python tab since the camelCase is for Typescript