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
acoustic-window-73051
08/20/2021, 1:26 PM
I just stepped through all versions back to 3.8.0, still hanging... =(
acoustic-window-73051
08/20/2021, 1:53 PM
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 -.-
acoustic-window-73051
08/20/2021, 1:54 PM
I havent needed the to hop on the nodes for a while, so I can leave it like that for now...