为Elastic beanstalk配置应用程序负载均衡器

时间:2016-12-05 10:02:47

标签: amazon-web-services elastic-beanstalk amazon-elastic-beanstalk

我正在尝试为我的elb部署配置ALB。 我遵循了aw tutorial

但是当我正在运行eb create test-env --elb-type application

我得到:eb: error: unrecognized arguments: --elb-type application

我使用aws tutorial更新了我的eb cli (运行EB CLI 3.7.6(Python 2.7.1))

非常感谢

1 个答案:

答案 0 :(得分:0)

看起来您使用的是旧版EB CLI。应用程序负载均衡器的支持已添加到3.7.8:https://pypi.python.org/pypi/awsebcli

您可以通过运行以下命令升级CLI版本:

pip install --upgrade awsebcli