Bash, the Crucial Exams Chat Bot
AI Bot

Deployment and Automation (GCP ACE)  Flashcards

GCP Associate Cloud Engineer Flashcards

FrontBack
How can you run Terraform commands without applying changesUse the terraform plan command
How do you check the version of Terraform installedterraform version
How do you create a new gcloud configurationgcloud config configurations create [NAME]
How do you delete a Deployment Manager deploymentgcloud deployment-manager deployments delete [DEPLOYMENT_NAME]
How do you deploy a configuration with Deployment Managergcloud deployment-manager deployments create [DEPLOYMENT_NAME] --config [CONFIG_FILE]
How do you enable verbose logs in gcloud commandsAdd the --verbosity flag with appropriate level
How do you format and validate Terraform configuration filesterraform fmt and terraform validate
How do you import existing infrastructure into TerraformTell Terraform the existing resource using terraform import
How do you initialize a Terraform projectterraform init
How do you list the deployments in Deployment Managergcloud deployment-manager deployments list
How do you pause or delay execution in TerraformTerragrunt or external scripting can add pauses as Terraform does not support this natively
How do you preview changes with Deployment ManagerUse the deployment-manager-preview flag
How do you specify a particular project in gcloud commandsUse --project flag followed by the project ID
How do you sync a local folder with a GCP Storage bucketUse the gcloud storage rsync command
How does Terraform differ from Deployment ManagerTerraform is multi-cloud and supports non-GCP resources while Deployment Manager is GCP-specific
What are Terraform provider pluginsPlugins that allow Terraform to interface with cloud providers and services
What does a Terraform module doAllows you to group resources and reuse configurations
What does a Terraform state file representCurrent state of the infrastructure managed by Terraform
What does gcloud deployment-manager deployments create [DEPLOYMENT_NAME] doCreates a new deployment in Deployment Manager
What does gcloud deployment-manager deployments update [DEPLOYMENT_NAME] doUpdates an existing deployment in Deployment Manager
What does the terraform output command doDisplays values of output variables in Terraform
What does the terraform refresh command doUpdates the state file to match the real-world resources
What is a Terraform resourceA single piece of infrastructure managed by Terraform
What is gcloud used for in automationCommand-line tool for managing Google Cloud resources
What is the function of a Deployment Manager templateReusable and parameterized configurations for resource creation
What is the purpose of a Terraform backendStores Terraform state and allows collaboration
What is the purpose of Deployment ManagerSimplifies the creation and management of GCP resources through configuration files
What is the role of Cloud SDK in GCP automationProvides tools and libraries for automation and management of GCP resources
What is the role of the metadata field in Deployment ManagerStores additional information about a resource configuration
What is the Terraform lock fileRepresents specific dependencies and versions used in the configuration
What is the Terraform workspaceLogical separation in Terraform for different environments
What type of file stores Terraform variables*.tfvars file
When should you use Deployment Manager over TerraformWhen managing GCP-only infrastructure with native configuration options
Which command applies Terraform configurationsterraform apply
Which command deletes an existing gcloud configurationgcloud config configurations delete [NAME]
Which command lists available gcloud configurationsgcloud config configurations list
Which Deployment Manager file type defines resourcesYAML files
Which GCP service is best for storing Terraform state filesGoogle Cloud Storage
Which Terraform command removes resources defined in the configurationterraform destroy
Which tool allows managing GCP permissions programmaticallyCloud IAM with gcloud CLI or Terraform
This deck addresses topics related to deploying applications, managing resources, and using automation tools like Cloud SDK, Deployment Manager, and Terraform.
Share on...
Follow us on...