Hacker News new | ask | show | jobs
by achiku 3946 days ago
awscli is by far the most comprehensive CLI tool manipulating various AWS services, and I really like its flexible options and up-to-date release cycle. However, day-to-day AWS operations from my terminal don't need that much flexibility and that many services. Rather, I wanted just small set of UNIX-like commands which are easy to use and remember. So I wrote this small Python package.

If you are interested, please let me hear what you think!

1 comments

I really like this, i use the AWS cli daily, and its syntax and options are very comprehensive, but not so user friendly.
Thanks! Let me hear how it fits to your daily operation!