【发布时间】:2019-02-13 16:46:02
【问题描述】:
我正在尝试部署到 Elastic Beanstalk,特别是使用 CircleCI,我遇到了这个错误:
ERROR: UndefinedModelAttributeError - "serviceId" not defined in the metadata of the model: <botocore.model.ServiceModel object at 0x7fdc908efc10>
从我的 Google 搜索中,我发现这是一个 Python 错误,这是有道理的,因为 Elastic Beanstalk 就是这样使用的。但是没有关于这个具体案例的信息。有谁知道为什么会这样?
【问题讨论】:
-
我知道这无济于事,但我也明白了。几天前开始。最糟糕的是它返回一个“0”作为错误代码,所以我们的构建已经被破坏,但我们认为它们正在工作。
-
这里也一样 :(如果我想出办法我会发布答案
-
从今天开始我可以支持它。好像 aws-cli 得到了更新。在 CI(Bitbucket 管道)上,我得到:aws-cli/1.16.10 Python/2.7.13 Linux/4.14.63-coreos botocore/1.12.0(抛出错误)在本地我有:aws-cli/1.15.59 Python /3.6.4 达尔文/17.7.0 botocore/1.10.58(工作)
标签: amazon-web-services amazon-elastic-beanstalk circleci