Hello! Pulumi customer here---I’m trying to do a ...
# general
p
Hello! Pulumi customer here---I’m trying to do a pulumi preview, and things are just hanging on
pulumi:pulumi:Stack
. Nothing ever goes anywhere or progresses
r
Are you using Aws? You might have expired Aws credentials
p
That’s what one of my coworkers thought. I was able to use the same AWS credentials with the AWS cli and it worked fine. Is there any way I can test or see in the debug logs?
r
pulumi preview -v=9 --logtostderr 2>out.txt
p
I figured it out. So, you were right---we are using SSO and there was a conflicting credentials in the ~/.aws/credentials file that was being used by Pulumi, but not by the aws cli. Odd. Thank you.