TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Relais.io: Start and stop Amazon instances on a schedule

4 pointsby nl5887almost 10 years ago

2 comments

Gysalmost 10 years ago
Actually I was looking for a service like this a while ago for some machines that were used part-time (certain days and hours). But I could not really find something that I liked enough.<p>Then I realized the users could do it themselves as well. So now I use simple batchfiles that basically use the aws commandline: aws ec2 start-instances --instance-ids XXXXXXX aws ec2 describe-instances --instance-ids XXXXXXX (to check current status) aws ec2 stop-instances --instance-ids XXXXXXX<p>The user can start, check and stop themselves (personal tokens in environ vars). I use a launchd process to automatically check every end of the afternoon if all machines are powered down. Surprisingly this works very well. I just checked the logs and I must say we have very precise users :-)
Gysalmost 10 years ago
&#x27;Get started for free&#x27; so what does that mean for future pricing ? I would like to know what I get into.
评论 #9864226 未加载