Question 36
Given the policy below, what would the user be able to access?
1. path "*" {
2. capabilities = ["create", "update", "read", "list", "delete", "sudo"]
3. }
Question 37
From the options below, select the benefits of using a batch token over a service token. (select three)
Question 38
In the following code snippet, the block type is identified by which string?
1. resource "aws_instance" "db" {
2. ami = "ami-123456"
3. instance_type = "t2.micro"
4. }
Question 39
Which of the following actions are performed during a terraform init? (select three)
Question 40
The command vault lease revoke -prefix aws/ will revoke all leases associated with the secret engine mounted at aws/
