What is Compute Engine?
IaaS which allows users to create VMs, attach to persistent storage and make use of ther GCP services
What is Compute Engine made of?
Scalable, high performance virtual machines that are completely customizable.
What do compute engine instances run and 3 key points about those instances?
Images that contain an OS, libraries and other code.
Where are Compute Engines contained?
Contained in a project and run in a zone and region
- hardware costs and availability can differ between regions
What storage options are available for Compute Engine VMs?
2. local solid state drives
What are some key points about Compute Engine preemptibility?
What are some key points of Compute Engine?
What is an instance group and what are some key points?
It lets you manage multiple VMs as a single unit.
What are the two types of instance groups.
Unmanaged
Managed
What is a health check?
A health check contacts the server and waits for a response. When setting up a health check, you set the frequency, how long to wait for a response and what a given number of successes or failures means in terms of health
Key points of VM billing in Compute Engine?
Key points of GPUs attached to a VM?
What is a snapshot and what are some key points?
A copy of a disk that is useful for backup.
What is a disk image and what are some key points?
A copy of a disk that is in a suitable format for creating a VM
How do you create a commute engine instance via command line?
gcloud compute instances create [instance name]
Values from default project will be used if not specified
How do you view project info via command line?
gcloud compute project-info describe
How do you list the vms via command line?
gcloud compute instances list
What are some commonly used parameters when creating a VM?
How do you view available machine types for creating a VM?
gcloud compute machine-types list
VM Management: What is metadata?
Key values pairs that are stored in a metdata serer and can be queried by Compute Engine API. It’s useful if running startup or shutdown scripts and need to change behavior based on metadata values
VM Management: What options exist for availability policy?
VM Management: What security options are available?
VM Management: What disk options are available? (Not disk types)
VM Management: What networking options are available?