AWS IAM

nicolaw 19th August 2020 at 1:54pm
AWS IAM

Who am I & what am I authorized to do?

$ aws sts get-caller-identity
$ aws iam get-account-authorization-details

AWS Vault

AWS Vault is a tool to securely store and access AWS credentials in a development environment.

AWS Vault stores IAM credentials in your operating system's secure keystore and then generates temporary credentials from those to expose to your shell and applications. It's designed to be complementary to the AWS CLI tools, and is aware of your profiles and configuration in ~/.aws/config.


Related