We are using steampipe to connect 30 AWS accounts via SQL. In a single call we can query all our services. Using metabase to visualise it all. I highly recommend you give it a go
Ive only used DO for staging. Via Cloud66 deploying production to AWS and Staging to DO. Works really well.
I had to delete a few million files in bash once. 'find' didn't work. I used perl to overcome the issues. opendir D, "."; while ($n = readdir D) { unlink $n }
We are using steampipe to connect 30 AWS accounts via SQL. In a single call we can query all our services. Using metabase to visualise it all. I highly recommend you give it a go
Ive only used DO for staging. Via Cloud66 deploying production to AWS and Staging to DO. Works really well.
I had to delete a few million files in bash once. 'find' didn't work. I used perl to overcome the issues. opendir D, "."; while ($n = readdir D) { unlink $n }