Hi guys, I have encountered a strange problem that...
# aws
a
Hi guys, I have encountered a strange problem that has been bothering me for a long time. I followed the documentation of Pulumi to create a demo, but when I run to
pulumi up
, it always throws an exception
unable to validate AWS credentials - see <https://pulumi.io/install/aws.html> for details on configuration
I tested the command
aws sts get-caller-identity
and it can works. Documentation which I followed is: https://www.pulumi.com/docs/get-started/aws/create-project/
n
Hi Ethan, I`m with very similar problem.. Did you find a solution?