This message was deleted.
# aws
s
This message was deleted.
s
specifically trying to get the multi region deployment working so I can deploy an edge certificate in
us-east-1
and the rest of the deployment in
us-west-2
according to https://www.pulumi.com/blog/deploy-to-multiple-regions/
the problem is the new provider won't use the
profile
setting per https://www.pulumi.com/registry/packages/aws/api-docs/provider/
it just keeps using the
[default]
in ~/.aws/credentials
l
How are you setting
profile
? Can you post a snippet of your stack yaml?
Or are you hardcoding it?
s
so I tried both, I think because I didn't realize i needed to set the profile when using the Provider it created it and then I had to delete the resources manually from pulumi and try again.