[GH-ISSUE #107] Add support for different AWS profiles #53

Closed
opened 2026-05-06 12:36:46 +02:00 by BreizhHardware · 2 comments

Originally created by @jacopobr on GitHub (Feb 25, 2024).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/107

Currently, Terravision utilizes AWS APIs through the default AWS profile located in .aws/credentials. However, it would greatly enhance the functionality if users could select the profile through which to run the AWS commands. This would provide greater flexibility and control over AWS resources for Terravision users.
An AWS CLI example is the following:
aws ec2 describe-instances --profile user1

Originally created by @jacopobr on GitHub (Feb 25, 2024). Original GitHub issue: https://github.com/patrickchugh/terravision/issues/107 Currently, Terravision utilizes AWS APIs through the default AWS profile located in .aws/credentials. However, it would greatly enhance the functionality if users could select the profile through which to run the AWS commands. This would provide greater flexibility and control over AWS resources for Terravision users. An AWS CLI example is the following: `aws ec2 describe-instances --profile user1`
Author
Owner

@gothrek22 commented on GitHub (Mar 11, 2024):

If it uses boto, then you can probably set AWS_PROFILE=desired_profile_name.

<!-- gh-comment-id:1987688843 --> @gothrek22 commented on GitHub (Mar 11, 2024): If it uses boto, then you can probably set AWS_PROFILE=desired_profile_name.
Author
Owner

@patrickchugh commented on GitHub (Apr 4, 2026):

Closing as feature is not controlled by terravision and can be override with environment variables and config files

<!-- gh-comment-id:4187460081 --> @patrickchugh commented on GitHub (Apr 4, 2026): Closing as feature is not controlled by terravision and can be override with environment variables and config files
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/terravision#53
No description provided.