Visit Website

AWS Vault is a tool to securely store and access AWS credentials in a development environment. It stores IAM credentials in your operating system's secure keystore and generates temporary credentials from those to expose to your shell and applications. It's designed to be complementary to the AWS CLI tools, aware of your profiles and configuration in ~/.aws/config. You can install AWS Vault on various operating systems like macOS, Windows, Linux, and others using different package managers.

ALTERNATIVES