aws-data-lake-solution icon indicating copy to clipboard operation
aws-data-lake-solution copied to clipboard

Cloudformation failing

Open adnanalvee opened this issue 5 years ago • 5 comments
trafficstars

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

Need assistance in debugging

cfn_fail

adnanalvee avatar May 09 '20 05:05 adnanalvee

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 avatar May 11 '20 17:05 Pelirrojo

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.

Pelirrojo avatar May 11 '20 17:05 Pelirrojo

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

beomseoklee avatar May 12 '20 14:05 beomseoklee

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

sega19 avatar Jul 29 '20 01:07 sega19

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

beomseoklee avatar Aug 27 '20 16:08 beomseoklee