aws-vault Command Examples

A vault for securely storing and accessing AWS credentials in development environments. More information: https://github.com/99designs/aws-vault.

aws-vault add {{profile}}

aws-vault exec {{profile}} -- {{aws s3 ls}}

aws-vault login {{profile}}

aws-vault list

aws-vault rotate {{profile}}

aws-vault remove {{profile}}