You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/rust-on-gcp/instance.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,20 +24,20 @@ To create a virtual machine based on the C4A instance type:
24
24
- Set **Series** to `C4A`.
25
25
- Select `c4a-standard-4` for machine type.
26
26
27
-

27
+

28
28
29
29
30
-
- Under **OS and Storage**, select **Change**, then choose an Arm64-based OS image. For this Learning Path, use **SUSE Linux Enterprise Server**.
31
-
- If using use **SUSE Linux Enterprise Server**. Select "Pay As You Go" for the license type.
32
-
- Once appropriately selected, please Click**Select**.
30
+
- Under **OS and Storage**, select **Change**, then choose an Arm64-based OS image. For this Learning Path, use **SUSE Linux Enterprise Server**.
31
+
- If using **SUSE Linux Enterprise Server**, select "Pay As You Go" for the license type.
32
+
- Once appropriately selected, click**Select**.
33
33
- Under **Networking**, enable **Allow HTTP traffic**.
34
34
- Click **Create** to launch the instance.
35
-
- Once created, you should see a "SSH" option to the right in your list of VM instances. Click on this to launch a SSH shell into your VM instance:
35
+
- Once created, you should see a "SSH" option to the right in your list of VM instances. Click on this to launch a SSH shell into your VM instance:
36
36
37
-

37
+

38
38
39
39
- A window from your browser should come up and you should now see a shell into your VM instance:
40
40
41
-

41
+

42
42
43
-
Next, let's install rust!
43
+
You're now ready to install Rust on your C4A instance.
0 commit comments