top | item 35987349

(no title)

vegasje | 2 years ago

This looks like it could be exactly what I have been looking for--nice work!

I manage multiple AWS accounts, and my credentials file has multiple profiles in it. When using the AWS provider, is it possible to specify which profile to use?

discuss

order

89luca89|2 years ago

Hi! For now there is no exposed option for profile-selecting in the AWS Provider You can add multiple instances of the AWS provider and specify token/secret for each of them

But I'll open an issue to investigate how to implement the profile-selection, thanks for the feedback :)

EDIT: implemented

89luca89|2 years ago

I've just updated the AWS Provider, now you can use target profiles either setting an env variable AWS_PROFILE when you add the provider, or setting the option (from CLI or from GUI) to the profile you need

vegasje|2 years ago

Thank you for that!