plaintext Y3JlZGl0LWNhcmQtbnVtYmVyCg==
plaintext Y3JlZGl0LWNhcmQtbnVtYmVyCg==A . The resulting plaintext data is base64-encoded. To reveal the original plaintext, use the base64 --decode command.B . The data is corrupted. Execute the encryption command again using a different data keyC . the user doesn't have permission to decrypt the data, therefore Vault returns false data so...
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...
What is the best and easiest way for Terraform to read and write secrets from HashiCorp Vault?
What is the best and easiest way for Terraform to read and write secrets from HashiCorp Vault?A . CLI access from the same machine running TerraformB . API access using the AppRole auth methodC . Vault providerD . Integration with a tool like JenkinsView AnswerAnswer: C Explanation: The Vault provider...
http://127.0.0.1:8200/v1/sys/tools/random/164
http://127.0.0.1:8200/v1/sys/tools/random/164A . a random string of 164 charactersB . a random token valid for 164 usesC . NoneD . a secured secret based on 164 bytes of dataView AnswerAnswer: A Explanation: This endpoint returns high-quality random bytes of the specified length.
http://127.0.0.1:8200/v1/sys/tools/random/164
http://127.0.0.1:8200/v1/sys/tools/random/164A . a random string of 164 charactersB . a random token valid for 164 usesC . NoneD . a secured secret based on 164 bytes of dataView AnswerAnswer: A Explanation: This endpoint returns high-quality random bytes of the specified length.
True or False:
True or False: Multiple providers can be declared within a single Terraform configuration file.A . FalseB . TrueView AnswerAnswer: B Explanation: Multiple provider blocks can exist if a Terraform configuration is composed of multiple providers, which is a common situation. To add multiple providers in your configuration, declare the providers,...
What does this infer?
After executing a terraform apply, you notice that a resource has a tilde (~) next to it. What does this infer?A . the resource will be destroyed and recreatedB . the resource will be createdC . Terraform can't determine how to proceed due to a problem with the state fileD...
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...
Provider dependencies are created in several different ways. Select the valid provider dependencies from the following list: (select three)
Provider dependencies are created in several different ways. Select the valid provider dependencies from the following list: (select three)A . Use of any resource belonging to a particular provider in a resource or data block in the configuration.B . Existence of any provider plugins found locally in the working directory.C...
What are WALs?
When configuring Vault replication and monitoring its status, you keep seeing something called 'WALs'. What are WALs?A . wake after lanB . warning of allocated logsC . write-ahead logD . write along loggingView AnswerAnswer: C Explanation: Reference links: https://learn.hashicorp.com/vault/day-one/monitor-replication https://www.vaultproject.io/docs/internals/replication