tembo-io / tembo

Goodbye Database Sprawl, Hello Postgres.
https://tembo.io
PostgreSQL License
1.09k stars 35 forks source link

deletes cf stack after instance is stopped #961

Closed shahadarsh closed 2 months ago

shahadarsh commented 2 months ago

This is done so that the iam-role created using cloud formation gets deleted if the instance is stopped(paused) to avoid reaching the iam-role per account limit. It will get recreated when the instance is started back up.