gpt4 book ai didi

amazon-web-services - 我可以指定默认的 AWS 配置文件吗?

转载 作者:行者123 更新时间:2023-12-04 08:06:13 24 4
gpt4 key购买 nike

在我的开发环境中,我会定期在多个 AWS 访问 key 之间切换。所以在我的 ~/.aws/credentials文件,我有几个配置文件。然后,我可以通过指定 --profile <name> 将这些配置文件与 aws-cli 一起使用。旗帜。

我开发了几个使用 Ruby AWS SDK 的应用程序。它们被设置为从 ~/.aws/credentials 读取凭据。文件(SDK 默认执行此操作,请参阅此 configuration article )。

问题是 SDK 总是从 default 读取轮廓。我希望能够将其配置为从其他一些配置文件中读取。这可能吗?

我已经尝试在我的环境中设置默认配置文件:

export AWS_DEFAULT_PROFILE=<profile name>

configuring the AWS Command Line Interface 中所述但似乎只适用于 aws-cli 而不适用于 SDK。

最佳答案

对于 SDK:

By setting the AWS_PROFILE environment variable to the profile you want to use.



对于 CLI:

发件人: A New and Standardized Way to Manage Credentials in the AWS SDKs

"AWS_DEFAULT_PROFILE is correct for the AWS CLI. The AWS CLI respects AWS_PROFILE if it is set, but AWS_DEFAULT_PROFILE takes precedence."

关于amazon-web-services - 我可以指定默认的 AWS 配置文件吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35660499/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com