Cloud-Dev Flashcards
1
Q
What keys are required to setup the VM hosting environment?
A
runtime, vm, api_version
2
Q
What are some common values used for runtime?
A
Python 2.7, go, java 7, PHP
3
Q
In automatic_scaling, what value is used to define how an application should scale to use more or less VM instances?
A
target_utilization
4
Q
To control the number of VM instances for Scaling, what two parameters have to be set?
A
min_number_instances, max_number_instances
5
Q
What are the first 3 steps for setting-up WordPress on Google Compute Engine?
A
- Start a Google Cloud Platform (GCP) Project
- Setup billing
- Create VM Instance
6
Q
What three channels are available for accessing Google Compute Engine?
A
Compute Engine Console, RESTful API, Command line interface (installed with Google Cloud SDK)