Overview

In this section, you will learn how to provision a Google Axion C4A Arm virtual machine on Google Cloud Platform (GCP) using the c4a-standard-4 (4 vCPUs, 16 GB memory) machine type in the Google Cloud Console.

Note

For support on GCP setup, see the Learning Path Getting started with Google Cloud Platform .

Create your Google Axion C4A Arm virtual machine

To create a virtual machine based on the C4A instance type:

  • Navigate to the Google Cloud Console .

  • Go to Compute Engine > VM Instances and select Create Instance.

  • Under Machine configuration:

    • Populate fields such as Instance name, Region, and Zone.
    • Set Series to C4A.
    • Select c4a-standard-4 for machine type.

    Image Alt Text:Google Cloud Console showing Create Instance form with Machine configuration section displaying C4A series and c4a-standard-4 machine type selected alt-textCreate a Google Axion C4A Arm virtual machine

  • Under OS and Storage, select Change, then choose an Arm64-based OS image. For this Learning Path, use SUSE Linux Enterprise Server.

  • If using SUSE Linux Enterprise Server, select Pay As You Go for the license type.

  • Once appropriately selected, select Select.

  • Under Networking, enable Allow HTTP traffic.

  • Select Create to launch the instance.

  • Once created, you should see an SSH option to the right in your list of VM instances. Select this to launch an SSH shell into your VM instance:

Image Alt Text:Google Cloud Console showing VM instances list with SSH button highlighted for connecting to the running C4A instance alt-textSSH connection to VM instance

  • A window from your browser opens and you see a shell into your VM instance:

    Image Alt Text:Browser-based SSH terminal window showing command prompt connected to the SUSE Linux VM instance alt-textTerminal shell in VM instance

You’re now ready to install Redis.

Back
Next