Hacker News new | ask | show | jobs
by sedouard 3340 days ago
Hey everyone! I’m Steve, co-founder at VMPower. I built VMPower because while working at Microsoft with Azure I noticed there really wasn’t an intuitive way to schedule power on/off VMs and detect unused ones. It quickly grew into having automations like resizing and taking snapshots as well as detecting basic unused resources.

We wanted to keep the following in mind:

1) Scheduling VM actions should be easy like dropping events a calendar

2) It should be pluggable to any cloud. We work with AWS, GCE and Azure

3) Plugging in your cloud subscription should only take 2 minutes

Would love to hear what you think!

1 comments

Why not just use Azure auto-off (or just script your VMs to shutdown)?
That's a fair point. You could do that.

Azure does have auto-off today but it still doesn't make it easy to change that time per-day. It also doesn't have auto-start. You can also group VMs between resource groups and subscriptions since we flatten all the VMs across cloud providers, regions & resource groups.