mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-24 16:11:08 +02:00
641 B
641 B
layout, page_title, sidebar_current, description
layout | page_title | sidebar_current | description |
---|---|---|---|
docs | Secret Backend: AWS | docs-secrets-aws | The AWS secret backend for Vault generates access keys dynamically based on IAM policies. |
AWS Secret Backend
Name: aws
The AWS secret backend for Vault generates AWS access credentials dynamically based on IAM policies. This makes IAM much easier to use: credentials could be generated on the fly, and are automatically revoked when the Vault lease is expired.
This page will show a quick start for this backend. For detailed documentation
on every path, use vault help
after mounting the backend.
Quick Start
TODO