Disable Datomic in the Cloud

Hi,

As i don’t have that much time for testing I was wondering how i could disable/modify Datomic in aws so that I don’t get charged for no reason. I don’t see it listed under services.

You can delete your Compute stack at any time without incurring data loss, and re-create the stack when you want to use it.
You will still be charged by AWS for storage of the data (S3 & DynamoDB), but that cost should be minimal.

Alternatively, you can reduce the desired size of your Autoscaling Group in your EC2 dashboard to ‘0’ to terminate any active instances, then set the size back up when you want the instances to be recreated.

Thank you, that was exactly what I was looking for.