Hacker News new | ask | show | jobs
by cpeterso 2917 days ago
What are popular multi cloud solutions if you use AWS or GCP services that have proprietary APIs? Are there frameworks that paper over the API differences?
1 comments

mist.io supports most public and private cloud platforms. Also, it's open source https://github.com/mistio/mist-ce
What's the difference between mist.io and Apache's libcloud?
Apache libcloud is a Python library that's used primarily to create, reboot & destroy machines in any supported cloud.

Mist.io is a cloud management platform that uses Apache libcloud under the hood. It provides a REST API & a Web UI that can be used for creating, rebooting & destroying machines, but also for tagging, monitoring, alerting, running scripts, orchestrating complex deployments, visualizing spending, configuring access policies, auditing & more.