Posted by: Pdfprep
Post Date: January 30, 2021
What is the proper command to enable the AWS secrets engine at the default path?
A . vault enable secrets aws
B . vault secrets aws enable
C . vault secrets enable aws
D . vault enable aws secrets engine
Answer: C
Explanation:
The command format for enabling Vault features is vault <feature> <enable/disable> <name>, therefore the correct answer would be vault secrets enable aws
Leave a Reply