简体   繁体   English

ECS 服务 (AWS) 上的“DeploymentLimitExceededException”

[英]"DeploymentLimitExceededException" on ECS Service (AWS)

I got the error when I created a service in ECS .ECS中创建service时出现错误。

在此处输入图像描述

As the error says, the error happens in CodeDeploy .正如错误所说,错误发生在CodeDeploy中。

The CodeDeploy deployment was not successful.
CodeDeploy The blue/green deployment was not successfully started 
for the service: The Deployment Group 'DgpECS-blogClu-test' already
has an active Deployment 'd-6C9HNEPDA' (Service: AmazonCodeDeploy; 
Status Code: 400; Error Code: DeploymentLimitExceededException;
Request ID: 5d4984d5-29fa-4681-97e4-acfa54b55e2b; Proxy: null)

How can I solve it?我该如何解决?

Go to CodeDeploy . Go 到CodeDeploy Then, check " Deployment group deployment history " at Application .然后,在Application中检查“ Deployment group deployment history ”。

在此处输入图像描述

One deployment group is already running so you got the error because you cannot run multiple deployment groups at the same time. One deployment group已在运行,因此您收到错误消息,因为您无法同时运行multiple deployment groups

在此处输入图像描述

You can stop it or wait for it to finish.您可以停止它或等待它完成。 Then, you can run another deployment group .然后,您可以运行another deployment group

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM