Does bentoml support multiple aws credentials? #1132
-
I have a few AWS accounts so my
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @HenryDashwood, good to see you again! Right now, It doesn't support choose which AWS account. We probably should provide this option, do you mind open a feature request for this? The current workaround is to set your AWS profile as an environment variable before you run the bentoml deployment commands. edit for typo |
Beta Was this translation helpful? Give feedback.
-
Perfect, will do! |
Beta Was this translation helpful? Give feedback.
Hey @HenryDashwood, good to see you again!
Right now, It doesn't support choose which AWS account. We probably should provide this option, do you mind open a feature request for this?
The current workaround is to set your AWS profile as an environment variable before you run the bentoml deployment commands.
i.e.
$ export AWS_PROFILE=another_profile & bentoml lambda/sagemaker deploy ....
edit for typo