Troubleshooting
Command: aws-vault add <PROFILE_NAME>
aws-vault: error: Specified keyring backend not available, try --helpNeed to set Vault's backend
Approach #1
# Save as encrypted file
export AWS_VAULT_BACKEND=fileApproach #2
aws-vault --backend=file add <PROFILE_NAME>Last updated