This message was deleted.
# general
s
This message was deleted.
d
I am getting the same hang on preview using python and aws. I've narrowed it down to the newest versions of the pulumi sdk for python. Specifically anything higher than 3.10.1, 3.10.0 previews fine.
a
I just stepped through all versions back to 3.8.0, still hanging... =(
ok, so mine's weird... I use foo=pulumi_eks.Cluster to build a cluster, then I grab foo.node_security_group so I can open port22 on it from my vpn subnet's CIDR. once I pulled that SG modification, it's working again. upgraded to v3.10.3, still working. weird this is, that code was working for the last two weeks -.-
I havent needed the to hop on the nodes for a while, so I can leave it like that for now...