bored-river-53178
06/17/2019, 6:21 PMwhite-balloon-205
AWS_PROFILE
. That's a generally good practice to isolate your programs/stacks from ambient credentials that might need to change over time for other tools (or in this case, pulumi login
).
I believe it is not possible to specify AWS_PROFILE
configuration explicitly for pulumi login s3://
yet today.bored-river-53178
06/17/2019, 6:38 PMto set the profile for your program via configcould you please tell me how to do that?
white-balloon-205
pulumi config set aws:profile profilename
See: https://pulumi.io/reference/clouds/aws/#configurationbored-river-53178
06/17/2019, 6:39 PMwhite-balloon-205
AWS_PROFILE
or the profile
config setting can be used.bored-river-53178
06/17/2019, 6:40 PM