Question 6

Which Terraform command will check and report errors within modules, attribute names, and value types to make sure they are syntactically valid and internally consistent?
  • Question 7

    What feature of Vault would allow you to architect a "Vault within a Vault"?
  • Question 8

    True or False:
    When using the transit secrets engine, setting the min_decryption_version will determine the minimum key length of the data key (i.e., 2048, 4096, etc.)
  • Question 9

    The command vault lease revoke -prefix aws/ will revoke all leases associated with the secret engine mounted at aws/
  • Question 10

    When administering Vault on a day-to-day basis, why is logging in with the root token, as shown below, a bad idea? (select two).