gpt4 book ai didi

amazon-web-services - 如何在适用于 Windows 的 aws Cloud Formation 命令行工具中指定区域

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

我在命令行上提交这个(我省略了我知道可以工作的所有其他参数)

aws cloudformation create-stack ... --parameters ParameterKey=Region,ParameterValue=us-east-1

它产生:

无法在区域中构建 cloudformation 端点

如果我使用 https://console.aws.amazon.com/cloudformation 提交完全相同的参数网络用户界面,它可以工作。

如何使用 Windows 版 aws.exe 指定区域?我用作模板的 .json 文件甚至将其作为默认值,但如果我从命令行省略区域,它仍然不会采用它

“地区”:{ “类型”:“字符串”, "Description": "在哪个区域启动", “默认”:“us-east-1”, “允许值”:[ “us-east-1”、“us-west-1”、“us-west-2”、“eu-west-1”、“ap-northeast-1” ] }

在 Debug模式下我得到...

File "awscli\clidriver.pyc", line 206, in main
File "awscli\clidriver.pyc", line 354, in __call__
File "awscli\clidriver.pyc", line 461, in __call__
File "awscli\clidriver.pyc", line 555, in invoke
File "botocore\service.pyc", line 161, in get_endpoint
File "botocore\endpoint.pyc", line 265, in create_endpoint
File "botocore\regions.pyc", line 67, in construct_endpoint
UnknownEndpointError: Unable to construct an endpoint for cloudformation in region None
2014-10-27 22:52:38,631 - MainThread - awscli.clidriver - DEBUG - Exiting with rc 255

最佳答案

区域是 aws 命令的参数:

aws --region eu-west-1 cloudformation create-stack --stack-name ...

关于amazon-web-services - 如何在适用于 Windows 的 aws Cloud Formation 命令行工具中指定区域,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26599951/

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