OPTIONS
varname (string) The name of the config value to set.
value (string) The value to set.
例如。
aws configure --profile myprofile set region us-east-1
aws configure --profile myprofile set aws_access_key_id XXXXXXXXXXX
aws configure --profile myprofile set aws_secret_access_key YYYYYYYY
或者,您也可以使用。
aws configure set profile.myprofile.region us-east-1
aws configure set profile.myprofile.aws_access_key_id XXXXXXXXXXX
aws configure set profile.myprofile.aws_secret_access_key YYYYYYYY
2条答案
按热度按时间b5buobof1#
使用
aws configure
,我们还可以交互地设置值,但是使用aws configure set
,我们可以直接设置值。SYNOPSIS aws配置集变量名值[--profile配置文件名]
例如。
或者,您也可以使用。
xmakbtuz2#
执行此命令
有关详细信息,请使用此链接https://awscli.amazonaws.com/v2/documentation/api/latest/reference/configure/set.html