herd
herd copied to clipboard
CloudFormation CREATE_FAILED herdServerWaitCondition
I have tried to launch the demo stack several times using different versions.
14:35:30 UTC-0400 | CREATE_FAILED | AWS::CloudFormation::Stack | herd-test001 | The following resource(s) failed to create: [herdServerWaitCondition]. -- | -- | -- | -- | --
Looking at the EC2 Logs it seems to fail attempting to retrieve https://raw.githubusercontent.com/FINRAOS/herd/v0.48.0/herd-build/herd-scripts/herd-scripts-sql/src/main/resources/herd.postgres.0.1.0.create.sql where it encounters a 404 error.
Is this similar to issue #303?
Thanks for your help.
Here is a work-around 1. Download and unzip https://github.com/FINRAOS/herd/archive/master.zip 2. Upload ./herd-master/herd-build/herd-scripts/herd-scripts-sql/src/main/resources to a web-accessible S3 bucket 3. Modify 'herd.localdb.template' Search raw.githubusercontent.com/FINRAOS/herd/v0.48.0/herd-build/herd-scripts/herd-scripts-sql/src/main/resources Replace with your bucket name and prefix 4. Run cloud formation with modified template
I applied the work-around suggested in the above post. But still landing into the same issue. I am using version 0.49.0. Any solutions please?