Linux – misc


Some goodies as I learn Linux:

$aws --version   
$aws configure #general config aws CLI

$aws configure --profile testuser-production #specific iam user in aws account

* never enter iam credentials into EC2 instance!

$aws iam list-users --profile testuser-production #specific profile



Leave a comment