Deploying our first GCE instance
Let's begin this chapter with the basics of provisioning a new VM. We can do this from the GCP console. In this section, we will look at the very basics needed to deploy a VM. We will look at the deployment options in more detail in the next section of this chapter:
- First, we should sign into the GCP console, then browse to the navigation menu, and go to Compute Engine | VM instances, as shown in the following screenshot:
Important Note
You may be prompted to enable the Compute Engine API when using Compute Engine for the first time.
- Click ENABLE to enable the Compute Engine API (this is a one-time enablement when we are creating our first Compute Engine instance):
- Click CREATE INSTANCE, as shown in the following screenshot:
- Give your VM a name; in this example, we called it
cloudarchitect
. We can select a region...