JoeLoco
JoeLoco

Reputation: 2214

DeploymentLimitExceededException AWS CodeDeploy

Im getting DeploymentLimitExceededException from AWS CodeDeploy.

Im using Codeship to deploy.

Where i can see my "acccount deployment limit"?

Any help?

Upvotes: 2

Views: 6076

Answers (1)

Jonathan Turpie
Jonathan Turpie

Reputation: 1363

The default limit is 10. See http://docs.aws.amazon.com/codedeploy/latest/userguide/limits.html#limits-deployments

There is no API that lets you discover what your limits are.

Upvotes: 4

Related Questions