Elastic Beanstalk对应用程序版本感到困惑吗?

时间:2018-03-13 15:17:29

标签: elastic-beanstalk aws-cli

当我跑eb deploy时,我明白了 ERROR: You cannot have more than 500 Application Versions. Either remove some Application Versions or request a limit increase.

但是,目前只有一个版本的应用程序,我无法删除它,因为它已部署。下面是我的终端的截图:

topmost is the output of eb appversion

到目前为止,我的研究表明这应该有效,但en EB中的错误似乎不太可能。我错过了什么?

1 个答案:

答案 0 :(得分:2)

我认为,对于您的AWS账号,给定区域内 所有 应用程序的应用程序版本数量限制为500。您可以通过执行:

来验证这一点

aws elasticbeanstalk describe-application-versions --region <your region> | grep VersionLabel | wc -l

如果您选择不删除任何现有的应用程序版本,您还可以request AWS to increase the limit了解应用程序版本的数量。