This message was deleted.
# aws
s
This message was deleted.
i
not sure if this is useful or not: https://github.com/pulumi/pulumi-aws/issues/1340
l
Yes,
aws:profile
is for configuring the default AWS provider. Backends are created before Pulumi starts. Different configuration is used.
Afaik, the only way to configure the AWS backend is via "normal" AWS configuration: env vars, ~/.aws/credentials, etc.
You can't use
aws:profile
for this.
b
Hi, I have had the same experience, for the moment I’m using envrc to set up thr AWS_PROFILE but for CI/CD I will try to create an aws provider
l
AWS providers do not affect the backend at all.
Not related.