Select all features which are exclusive to Terraform Enterprise. (select three)

Select all features which are exclusive to Terraform Enterprise. (select three)A . Audit LogsB . Cost EstimationC . SentinelD . ClusteringE . SAML/SSOView AnswerAnswer: A,D,E Explanation: Sentinel and Cost Estimation are both available in Terraform Cloud, though not at the free tier level.

January 12, 2021 No Comments READ MORE +

Please Answer Questions Follow The Prompts Below

}A . Create a distinct list of route table name objectsB . Create a map of route table names to subnet namesC . Create a map of route table names from a list of subnet namesD . Create a list of route table names eliminating duplicatesView AnswerAnswer: D Explanation: route_tables_all...

January 12, 2021 No Comments READ MORE +

What happened?

You've set up multiple Vault clusters, one on-premises which is intended to be the primary cluster, and the second cluster in AWS, which was deployed to be used for performance replication. After enabling replication, developers complain that all the data they've stored in the AWS Vault cluster is missing. What...

January 12, 2021 No Comments READ MORE +

What happened?

You've set up multiple Vault clusters, one on-premises which is intended to be the primary cluster, and the second cluster in AWS, which was deployed to be used for performance replication. After enabling replication, developers complain that all the data they've stored in the AWS Vault cluster is missing. What...

January 12, 2021 No Comments READ MORE +

What feature could you use to iterate over a list of required tcp ports to add to the new security group?

You have been given requirements to create a security group for a new application. Since your organization standardizes on Terraform, you want to add this new security group with the fewest number of lines of code. What feature could you use to iterate over a list of required tcp ports...

January 12, 2021 No Comments READ MORE +

What is the result of the following terraform function call?

What is the result of the following terraform function call? zipmap(["a", "b"], [1, 2])A . { "a", "b", "1", "2", }B . [ "a", "b", "1", "2", ]C . { "a" = 1 "b" = 2 }D . [ "a" = 1 "b" = 2 ]View AnswerAnswer: C Explanation: zipmap...

January 12, 2021 No Comments READ MORE +

Which TCP port does Vault use, by default, for its API and UI?

Which TCP port does Vault use, by default, for its API and UI?A . 8600B . 8201C . 8500D . 8301E . 8300F . 8200View AnswerAnswer: F Explanation: By default, Vault uses port 8200 for its API and UI. 8201 is used for the cluster to cluster communication, 8300 is...

January 11, 2021 No Comments READ MORE +

What feature could you use to iterate over a list of required tcp ports to add to the new security group?

You have been given requirements to create a security group for a new application. Since your organization standardizes on Terraform, you want to add this new security group with the fewest number of lines of code. What feature could you use to iterate over a list of required tcp ports...

January 11, 2021 No Comments READ MORE +

Please Answer Questions Follow The Prompts Below

}A . The EC2 instance labeled web_serverB . The EIP with an id of ami-2757f631C . The AMI used for the EC2 instanceD . The S3 bucket labeled company_dataView AnswerAnswer: A Explanation: The EC2 instance labeled web_server is the implicit dependency as the aws_eip cannot be created until the aws_instance...

January 11, 2021 No Comments READ MORE +

Please Answer Questions Follow The Prompts Below

}A . anything they want to within VaultB . ability to enable a secret engine at the path *C . only make changes to policiesD . nothing, since the policy doesn't specify any specific pathsView AnswerAnswer: A Explanation: All interactions with Vault are done through its pathing structure. If you...

January 11, 2021 No Comments READ MORE +