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.

Ask YC: What's the best way to set up and control Amazon EC2 instances on Mac OS X?

1 pointsby donnaalmost 17 years ago
What's the best way to set up and control Amazon EC2 instances on Mac OS X?

2 comments

bayareaguyalmost 17 years ago
What's best depends on you.<p>If you can code a few python scripts, use boto <a href="http://code.google.com/p/boto" rel="nofollow">http://code.google.com/p/boto</a><p>If that looks too scary but you can handle ruby then consider Capazon and Capistrano - <a href="http://capazon.rubyforge.org" rel="nofollow">http://capazon.rubyforge.org</a> and <a href="http://capify.org/" rel="nofollow">http://capify.org/</a><p>If none of this command line / script stuff is your thing then you may want to look at some web admin tools like Virtualmin (<a href="http://www.virtualmin.com" rel="nofollow">http://www.virtualmin.com</a>) that support EC2.
评论 #208220 未加载
senthil_rajasekalmost 17 years ago
you mean "from" a Mac OS X client machine right ? use the terminal/shell + ec2 command line tools ;-)
评论 #208146 未加载