This message was deleted.
s
This message was deleted.
l
Yes. The backend login is controlled via your current AWS creds: default profile, explicit profile (AWS_PROFILE=xyz), whatever. The in-Pulumi (resource-creating) provider uses whatever creds you tell it to use. If you don't supply a provider, that's the default creds, same as the backend. If you need different creds, just create an instance of aws.Provider and pass it to the resources via the opt provider (or providers, which is a map, and the key would be "aws").
🙌 1