Amazon web services Eb部署部署旧的运行版本

Amazon web services Eb部署部署旧的运行版本,amazon-web-services,amazon-elastic-beanstalk,Amazon Web Services,Amazon Elastic Beanstalk,我在弹性豆茎中遇到了一个奇怪的问题。使用eb deploy进行部署时,出现以下错误: During an aborted deployment, some instances may have deployed the new application version. To ensure all instances are running the same version, re-deploy the appropriate application version. 我认为问题的出现是因为它试

我在弹性豆茎中遇到了一个奇怪的问题。使用
eb deploy
进行部署时,出现以下错误:

During an aborted deployment, some instances may have deployed the new application version. To ensure all instances are running the same version, re-deploy the appropriate application version.
我认为问题的出现是因为它试图部署以前部署的运行版本。部署时如何指定正在运行的版本?谢谢

您可以使用

eb deploy -l <version-label> 

非常感谢你!
eb status  | grep Version