|
1 | 1 | --- |
2 | | -title: Launching a Google Axion Instance |
| 2 | +title: Launch an Arm-based c4a-standard-4 instance |
3 | 3 | weight: 20 |
4 | 4 |
|
5 | 5 | ### FIXED, DO NOT MODIFY |
6 | 6 | layout: learningpathall |
7 | 7 | --- |
8 | 8 |
|
9 | | -## Overview |
10 | | -In this section, you'll learn how to spin up the first of two different VMs used for benchmarking Go tests, an Arm-based Google Axion c4a-standard-4 (c4a for short). |
| 9 | +In this section, you'll launch the first of two VMs used for benchmarking Go applications: the Arm-based c4a-standard-4 instance on Google Cloud, (referred to as "c4a"). |
11 | 10 |
|
12 | | -## Creating the c4a-standard-4 Instance |
| 11 | +## Create the c4a-standard-4 instance |
13 | 12 |
|
14 | | -1. **Access Google Cloud Console:** Navigate to [https://console.cloud.google.com/welcome](https://console.cloud.google.com/welcome) |
| 13 | +Go to the Google Cloud console: [https://console.cloud.google.com/welcome](https://console.cloud.google.com/welcome). |
15 | 14 |
|
16 | | -2. **Search for VM instances:** Click into the Search field. |
| 15 | +In the search bar at the top, start typing `vm`, then select **VM instances** when it appears. |
17 | 16 |
|
18 | | -3. **Find VM Instances:** Start typing `vm` until the UI auto-completes `VM Instances`, then click it. |
| 17 | + |
19 | 18 |
|
20 | | - |
| 19 | + On the **VM instances** page, click **Create instance**. |
21 | 20 |
|
22 | | -The VM Instances page appears. |
| 21 | + |
23 | 22 |
|
24 | | -4. **Create a new instance:** Click `Create instance` |
| 23 | + In the **Name** field, enter the name of the instance - here it should be `c4a`. |
25 | 24 |
|
26 | | - |
| 25 | + |
27 | 26 |
|
28 | | -The Machine configuration page appears. |
| 27 | +Now select the machine series by scrolling down to the Machine series section, and selecting the **C4A** radio button. |
29 | 28 |
|
30 | | -5. **Name your instance:** Click the `Name` field, and enter "c4a" for the `Name`. |
| 29 | + |
31 | 30 |
|
32 | | - |
| 31 | +To view machine types, scroll down to the **Machine type** dropdown, and select it to show all available options. |
33 | 32 |
|
34 | | -6. **Select machine series:** Scroll down to the Machine series section, and select the C4A radio button. |
| 33 | + |
35 | 34 |
|
36 | | - |
| 35 | +Now choose machine size by selecting **c4a-standard-4** under the **Standard** tab. |
37 | 36 |
|
38 | | -7. **View machine types:** Scroll down to the Machine type dropdown, and click it to show all available options. |
| 37 | + |
39 | 38 |
|
40 | | - |
| 39 | +To configure storage, select the **OS and Storage** tab. |
41 | 40 |
|
42 | | -8. **Choose machine size:** Select "c4a-standard-4" under the Standard tab. |
| 41 | + |
43 | 42 |
|
44 | | - |
| 43 | +To modify storage settings, select **Change**. |
45 | 44 |
|
46 | | -9. **Configure storage:** Click the "OS and Storage" tab. |
| 45 | + |
47 | 46 |
|
48 | | - |
| 47 | +To set disk size, select the **Size (GB)** field and enter "1000" for the value. |
49 | 48 |
|
50 | | -10. **Modify storage settings:** Click "Change" |
| 49 | + field") |
51 | 50 |
|
52 | | - |
| 51 | +Now confirm storage settings by selecting **Select** to continue. |
53 | 52 |
|
54 | | -11. **Set disk size:** Double-click the "Size (GB)" field, then enter "1000" for the value. |
| 53 | + |
55 | 54 |
|
56 | | - |
| 55 | +To launch the instance, select **Create** to bring up the instance. |
57 | 56 |
|
58 | | -12. **Confirm storage settings:** Click "Select" to continue. |
| 57 | + |
59 | 58 |
|
60 | | - |
| 59 | +After a few seconds, your c4a instance is up and running, and you are ready to continue to the next section. |
61 | 60 |
|
62 | | -13. **Launch the instance:** Click "Create" to bring up the instance. |
63 | | - |
64 | | - |
65 | | - |
66 | | -After a few seconds, your c4a instance starts up, and you are ready to continue to the next section. In the next step, you will launch the second VM, an Intel-based Emerald Rapids c4-standard-8 (c4 for short), which will serve as the comparison system for our benchmarking tests. |
| 61 | +In the next section, you'll launch the second VM, an Intel-based Emerald Rapids c4-standard-8 (referred to as "c4"), which serves as the comparison system for benchmarking. |
67 | 62 |
|
0 commit comments