Troubleshooting

Command: aws-vault add <PROFILE_NAME>

aws-vault: error: Specified keyring backend not available, try --help

Need to set Vault's backend

Approach #1

# Save as encrypted file
export AWS_VAULT_BACKEND=file

Approach #2

aws-vault --backend=file add <PROFILE_NAME>

Last updated