After a few days of attempting to launch Datomic Ion on AWS following the Ion Tutorial [0], this appears to be the best I can do:
{:deploy-status "FAILED", :code-deploy-status "SUCCEEDED"}
Searching CloudWatch for “Alert - Alert” reveals no events.
I did not modify the ion-starter
codebase except for configuring the correct :endpoint
and :app-name
. (I believe this was done correctly because I completed all steps in “Develop at the REPL”[1] without a hitch.)
[0]: https://docs.datomic.com/cloud/ions/ions-tutorial.html
[1]: https://docs.datomic.com/cloud/ions/ions-tutorial.html#repl
Thank you for any pointers.