用于服务 elasticbeanstalk 的模型缺少 serviceId 元数据属性

问题描述

接收错误

MissingServiceIdError :: The model being used for the service elasticbeanstalk is missing the serviceId Metadata property,which is required.

每当尝试运行命令 eb init 时。 使用命令 python3 -m pip install awsebcli --upgrade --user 安装了 awsebcli。

eb -- version : EB CLI 3.10.2 (Python 3.6.0)
aws -- version: aws-cli/1.14.6 Python/2.7.18 Linux/4.9.20-10.30.amzn1.x86_64 botocore/1.8.10

需要支持。谢谢

解决方法

我认为您需要更新到更新版本的 EB CLI - 3.14.6 已对此进行了修复。

有关详细信息,请参阅 https://github.com/aws/aws-cli/issues/3550