This message was deleted.
# typescript
s
This message was deleted.
g
If anyone comes across this, I figured it out. In the
Pulumi.<<stack>>.yaml
I needed to skip credentials validation so the config looks like this:
Copy code
config:
  aws:assumeRole:
    roleArn: arn:aws:iam::<<Account_id>>:role/RoleName
  aws:skipCredentialsValidation: true
g
oh, yeah, this is a new "feature" (bug) in AWS provider. Very unintuitive to debug ... even when I had AWS env vars set, pulumi complained