Christoph
Christoph

Reputation: 446

Cannot run more than two tasks in Amazon Web Services

I have two clusters in my Amazon Elastic Container Service, one for production and one as a testing environment.

Each cluster has three different services with one task each. There should be 6 tasks running.

To update a task, I always pushed my new Docker Image to the Elastic Container Registry and restarted the Service with the new Image.

Since about 2 weeks I am only able to start 2 Tasks at all. It doesn't depend on the cluster, just 2 Tasks in general.

enter image description here

It looks like the tasks that should start are stuck in the "In Progress" Rollout State. enter image description here

Has anybody similar problem or knows how to fix this?

Upvotes: 1

Views: 956

Answers (1)

Przemek Sosnowski
Przemek Sosnowski

Reputation: 49

I wrote to the support with this issue.

"After a review, I have noticed that the XXXXXXX region has not yet been activated. In order to activate the region you will have to launch an instance, I recommended a Free Tier EC2 instance.

After the EC2 instance has been launched you can terminate it thereafter. "

I don't know why, but it's working

Upvotes: 4

Related Questions