未找到AWS elasticbeanstalk CLI环境层定义

时间:2015-12-03 13:45:02

标签: amazon-web-services elastic-beanstalk

aws elasticbeanstalk create-environment * --application-name "rest-poc" --environment-name "rest-poc-env-v1" --version-label "1" --cname-prefix "rest12121-env-poc" --tags Key=owner,Value=dev --tier Type=Standard --solution-stack-name "64bit Amazon Linux 2015.09 v2.0.4 running Docker 1.7.1" --option-settings file://~/options.json

调用CreateEnvironment操作时发生客户端错误(InvalidParameterValue):未找到环境层定义

有人可以告诉我指定tier的正确语法是什么,因为我想尝试一下elasticbeanstalk的工作层

1 个答案:

答案 0 :(得分:0)

对于标准环境,我们不必提及层选项。 对于worker,我们必须添加--tier Type = worker