This message was deleted.
# general
s
This message was deleted.
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.