Tom Hanks
Tom Hanks

Reputation: 614

AWS / ECS - Namespace error when creating new service

AWS Service Configuration

Error when creating service

This is the error:

creation failed: ns-4qwdjfuohtlmpiua (Service: AWSServiceDiscovery; Status Code: 400; Error Code: NamespaceNotFound; Request ID: 025b29e2-f73b-11e8-be57-33d9b1393e60)

I am setting Namespace to create new private namespace, but it doesn't appear to matter what I put, it will says Created private namespace with a random string.

Any help is greatly appreciated!

Upvotes: 11

Views: 5023

Answers (1)

Ovidiu
Ovidiu

Reputation: 71

The same thing just has happened to me, and the way to move past it was simply to go "Back" in the Console creation wizard, up to the "Service Discovery" section. I could find the namespace in the dropdown list, selected, and simply retried the service creation. It worked. I suspect there is a race condition between the namespace creation and verification.

Upvotes: 6

Related Questions