HashiCorp Certified: Vault Associate (002) — Question 29

Which of the following vault lease operations uses a lease_id as an argument? (Choose two.)

Answer options

Correct answer: A, E

Explanation

The correct answers are A and E because both the 'renew' and 'revoke' operations require a lease_id to specify which lease is being renewed or revoked. The other options, such as 'revoke -prefix', 'create', and 'describe', do not use a lease_id as a parameter.