I went through the exercising of removing a Solo formation and trying to rebuild it with existing storage. I read through the instructions:
https://docs.datomic.com/cloud/operation/deleting.html#sec-1
…however, I found that I also had to remove the following items in order for a rebuild to properly work:
- IAM Roles
- IAM Policies (search for name and by “datomic”)
- CloudWatch Logs (related to my stack name)
Without removing those items, I got an error upon creation saying the resources already existed (even when specifying that I wanted to reuse storage). After I removed those items and then recreated the formation w/ reused storage I was back up and running.
Not sure if it’ll help anyone else - but it’ll help the future me.