I am very new to Pulumi , just trying to understand its capability in the AWS and while trying to test ECS Farget sample tutorial, getting the following error
pulumiproviders:aws (default_5_42_0):
error: rpc error: code = Unknown desc = unable to validate AWS credentials.
Details: validating provider credentials: retrieving caller identity from STS: operation error STS: GetCallerIdentity, https response error StatusCode: 0, RequestID: , request send failed, Post ā
https://sts.us-east-1.amazonaws.com/ā: dial tcp: lookup
sts.us-east-1.amazonaws.com: i/o timeout
Make sure you have set your AWS region, e.g.
pulumi config set aws:region us-west-2
.