145k views
3 votes
You can create Compute Engine virtual machines from the command line.
True or false

User Cwillinx
by
7.9k points

1 Answer

4 votes

Final answer:

False. Compute Engine virtual machines can be created using the command line.

Step-by-step explanation:

False.

Compute Engine virtual machines can be created using the command line. The command line interface (CLI) allows users to interact with the Compute Engine service through text commands.

For example, to create a virtual machine using the command line, you can use the 'gcloud' command and specify the necessary parameters such as the machine type, image, and zone. Here's an example command:

gcloud compute instances create my-instance --machine-type n1-standard-1 --zone us-central1-a

User PiX
by
8.5k points