简体   繁体   中英

"DeploymentLimitExceededException" on ECS Service (AWS)

I got the error when I created a service in ECS .

在此处输入图像描述

As the error says, the error happens in 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 . Then, check " Deployment group deployment history " at Application .

在此处输入图像描述

One deployment group is already running so you got the error because you cannot run multiple deployment groups at the same time.

在此处输入图像描述

You can stop it or wait for it to finish. Then, you can run another deployment group .

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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