awless a powerfull alternative to AWS CLI

Yesterday, I was attending a meetup from the great French AWS Users Group, and Henri shows us a great new project where he is working on, it’s called: awless. awless is a great alternative of the official AWS CLI. It’s written in Go, and available on Apache license on Github. awless will enhance your experience with CLI with key features like: autocompletion, offline mode (--local), template support, revert capabilities, etc…...

May 17, 2017 · 3 min · 520 words · zoph

Direnv with multiple AWS Accounts

If you are working closely with AWS, with multiple customers, multiple accounts, you will love this app : Direnv. Direnv will let you switch environment variables depending on the current folder you are browsing. It will be especially useful when you are using multi-customers AWS CLI ACCESS_KEY variables. Then you don’t need to run aws configure each time you need to switch credentials. When you leave the path, direnv will unload variables, then you avoid any mistakes....

January 10, 2017 · 1 min · 192 words · zoph