This message was deleted.
# aws
s
This message was deleted.
b
what happens when you run
aws sts get-caller-identity
?
n
I get the expected reply:
Copy code
{
  "UserId": "*****",
  "Account": "******",
  "Arn": "arn:aws:iam::******:user/******"
}
Additional fact: in other project with the similar pulumi/aws setup, basically another project repo, it works just fine.
b
are you using an explicit provider?
n
... looking deeper I found out that the problem occurs on this new macbook pro (M1 chip) when calling: aws.getPartition(), aws.getRegion(), aws.getCallerIdentity()
And no, not using any explicit provider.
m
n
Thanks for the help. I tried many things.. and after all my problem was an unknown DNS IPv6 address at my laptop. After removed everything is working fine again. (I just don't know where it came from)