-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

aws-vault


> A vault for securely storing and accessing AWS credentials in development environments.

More information.


Add credentials to the secure keystore:

aws-vault add {profile}

Execute a command with AWS credentials in the environment:

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

Open a browser window and login to the AWS Console:

aws-vault login {profile}

List profiles, along with their credentials and sessions:

aws-vault list

Rotate AWS credentials:

aws-vault rotate {profile}

Remove credentials from the secure keystore:

aws-vault remove {profile}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 06:53:57 2024