❓ Guidance Question
The Question
AWSCDK and AWSCLI have both been installed, and when deploying the CDK application I get the following error message:
8:37:22 AM | CREATE_FAILED | AWS::Cognito::UserPoolDomain | ICS_USERS_POOL_DOMAIN
Domain already associated with another user pool. (Service: AWSCognitoIdentityProviderService; Status Code: 400; Error Code: InvalidParameterException; Request ID: f3f0b188-1063-4f83-a884-e810588a749c; Proxy: null)
8:37:24 AM | ROLLBACK_IN_PROGRESS | AWS::CloudFormation::Stack | ImageContentSearch
However I do not have any domains configured so unsure as to why this error is being generated.
Environment
- CDK CLI Version: 1.94.1 (build 60d8f91)
- Example: Image Search Demo Application
- OS: MacOS
- Language: Python