How would you describe the value of using the Vault transit secrets engine?
Which of the following is a reason to rekey a Vault cluster? (Choose two.)
You are using Vault's Transit secrets engine to encrypt your data. You want to reduce the amount of content encrypted with a single key in case the key gets compromised. How would you do this?
A developer mistakenly committed code that contained AWS S3 credentials into a public repository. You have been tasked with revoking the AWS S3 credential that was in the code. This credential was created using Vault's AWS secrets engine and the developer received the following output when requesting a credential from Vault.

Which Vault command will revoke the lease and remove the credential from AWS?
vault lease revoke aws/creds/s3-access/f3e92392-7d9c-09c8-c921-
Which of the following statements describe the secrets engine in Vault? (Choose three.)
A web application uses Vault's transit secrets engine to encrypt data in-transit. If an attacker intercepts the data in transit, which of the following statements are true? (Choose two.)