More news: all my stacks of the same AWS account a...
# python
r
More news: all my stacks of the same AWS account are broken
b
are your AWS credentials valid?
r
yes
I do renew these each hour
r
So like... there is 1 AWS account where your pulumi stacks don't work but everywhere else is fine?
And by "don't work" you mean it just hangs?
What is the output of the verbose logging before it hangs?
It does seem like a credentials issue.
r
If Iet run this it fails after two hors because of credentials, but at the moment of runing credentials are valid
I do manage all my keys in the same way, these come from vault and if I try to use the cli for that profile it does works
Now other account has the same issue
Ok, so it looks like: https://github.com/pulumi/pulumi-aws/issues/814 But my credentials are not expired
b
@rich-easter-89163 did you get this resolved?