datomic

Ask questions on the official Q&A site at https://ask.datomic.com!
zendevil 2021-03-13T06:29:56.195200Z

I trying the following command:

./datomic client access humboi-march-2021 -p <aws-email> <password>

zendevil 2021-03-13T06:30:21.195400Z

But it isn’t working

zendevil 2021-03-13T06:30:31.195900Z

How do I pass the credentials correctly?

JB 2021-03-13T07:22:45.197Z

Homebase + #datahike are working on one here https://github.com/homebaseio/datalog-console

1👍
2021-03-13T21:14:18.197400Z

Hi @jaret. I followed the split stack instructions, and can access datomic from the REPL. However I am not able to successfully deploy; the deploy status returns as

{:deploy-status "FAILED", :code-deploy-status "FAILED"}
When I look into the CodeDeploy events I see that is is complaining DownloadBundle
Error code
UnknownError
Script name
Message
Access Denied
I can successfully download the pushed zip file from S3...

2021-03-13T21:14:49.197600Z

am wondering if this is some side-effect of the split-stack deletion/recreations?

2021-03-13T21:15:43.197800Z

I found https://stackoverflow.com/questions/54342398/how-to-troubleshoot-access-denied-in-code-deploy-for-downloadbundle-stage, just trying to figure how that relates... if it relates

2021-03-13T21:32:43.198100Z

oh, the datomic-code-eu-west-1 was permitting ListCodeBucket/ReadCodeBucket to a previous s3 bucket. thats strange

2021-03-13T21:32:57.198300Z

well, updated it and looks like its working

2021-03-13T21:34:38.198800Z

how do I delete a previously pushed datomic ion? so I ran

clojure -A:ion-dev '{:op :push :region "eu-west-1" :uname "ben-test1"}'
how would I subsequently remove that from the S3 bucket?