aws-solutions / aws-data-lake-solution

A deployable reference implementation intended to address pain points around conceptualizing data lake architectures that automatically configures the core AWS services necessary to easily tag, search, share, and govern specific subsets of data across a business or with other external businesses.
https://aws.amazon.com/solutions/implementations/data-lake-solution/
Apache License 2.0
385 stars 160 forks source link

Cloudformation failing #43

Open adnanalvee opened 4 years ago

adnanalvee commented 4 years ago

The following resource(s) failed to create: [ConsoleCFDistribution, DataLakeServicesStack, DataLakeSearchIndex

Need assistance in debugging

cfn_fail
Pelirrojo commented 4 years ago

Hi @adnanalvee I've same problem, look for my fork, it could help you: https://github.com/Cloud-DevOps-Labs/aws-data-lake-solution

These problem appears when the Custom Resource: DataLake Helper (a Lambda function) can't deploy something, in my case was the cognito domain. I recommend to use some random token in the uri, don't worry because isn't too much visible in the frontend.

Hope to help!

Pelirrojo commented 4 years ago

Ah! I almost forgot to mention, my work it's centered on basic template with cognito, there is another version federated with ADFS but the bash scripts are pointing to the first one, anyway the fixes are made in both templates.

beomseoklee commented 4 years ago

@adnanalvee Can you provide the CloudWatch Log? You can check the actual failure at /aws/lambda/data-lake-helper log group.

sega19 commented 3 years ago

I was having the same issue. Looks like 'aws' can't be used in the cognito domain.

Failed to create data lake Cognito Domain.: InvalidParameterException: Domain cannot contain reserved word: aws

beomseoklee commented 3 years ago

@sega19 Since the domain is unique, you must choose a unique domain.