This package browser is in early development. Mind the rough edges.

aws-vault

Vault for securely storing and accessing AWS credentials

AWS Vault is a tool to securely store and access Amazon Web Services credentials.

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.

Installation

Install the latest version of aws-vault as follows:

guix install aws-vault

Or install a particular version:

guix install aws-vault@7.2.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of aws-vault about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/aws-vault'><img src='https://packages.guix.gnu.org/packages/aws-vault/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/aws-vault/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/aws-vault)

Example Org:

[[https://packages.guix.gnu.org/packages/aws-vault][https://packages.guix.gnu.org/packages/aws-vault/badges/latest-version.svg]]