Virtual Private Cloud (VPC) Network & Compute Engine (Google Cloud Fundamentals: Core Infrastructure)
Virtual Private Cloud (VPC) Network
1.True or false? In Google Cloud VPCs, subnets have regional scope.
False
True
Reason:
VPC subnets can span the zones that make up a region. This is beneficial because your solutions can incorporate fault tolerance without complicating your network topology.
check
2.True or false: If you increase the size of a subnet in a custom VPC network, the IP addresses of virtual machines already on that subnet might be affected.
False
True
Compute Engine
1.True or false: You can create Compute Engine virtual machines from the command line.
True
False
Correct! It's advantageous to create virtual machines from a command line when you want their configurations to be scripted and repeatable. The gcloud command, provided by Google Cloud as part of the GCP SDK, can create virtual machines with parameters you specify.
check
2.What is the main reason customers choose Preemptible VMs?
To improve performance.
To reduce cost.
No comments