Which of the following best describes the storage backend?
configures client interaction with a cloud storage service, such as Amazon S3
configures the location for storage of Vault data
selects the type of storage the Vault node runs on, such as SSD or traditional spinning hard drive
Encrypts the hard drives of the server which Vault is running on
The storage stanza configures the storage backend, which represents the location for the durable storage of Vault's information.
Storage backend configuration is done through the Vault configuration file using the storage stanza.
Reference link:- https://www.vaultproject.io/docs/configuration/storage
Submit