You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.
The text was updated successfully, but these errors were encountered: