Question 1
By default, how long does the transit secrets engine store the resulting ciphertext?
Question 2
In the example below, where is the value of the DNS record's IP address originating from?
1. resource "aws_route53_record" "www" {
2. zone_id = aws_route53_zone.primary.zone_id
3. name = "www.helloworld.com"
4. type = "A"
5. ttl = "300"
6. records = [module.web_server.instance_ip_addr]
7. }
Question 3
Unsealing Vault creates the encryption keys, which is used to unencrypt the data on the storage backend.
Question 4
While Vault provides businesses tons of functionality out of the box, what feature allows you to extend its functionality with solutions written by third-party providers?
Question 5
When Vault is sealed, which are the only two options available to a Vault administrator? (select two)
