AWS-CLI Cheatsheet Table of content Installation EC2 UTIL: List all instances UTIL: List specific fields of all instances UTIL: List all instances of a product UTIL: List all stopped instances
AWS CLI Cheatsheet http://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html https://www.youtube.com/watch?v=_wiGpBQGCjU Setup
EC2 Generate ssh key To be used for a user in an EC2 instance: $ ssh-keygen -b 4096 -t rsa -f ~/.ssh/$(whoami)-<suffix-for-ec2-environment>