Skip to content

Commit f34f19e

Browse files
Revise instance.md for clarity and accuracy
Updated image descriptions and instructions for creating a Google Axion C4A Arm virtual machine in the Google Cloud Console.
1 parent 35f3c39 commit f34f19e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

  • content/learning-paths/servers-and-cloud-computing/rust-on-gcp

content/learning-paths/servers-and-cloud-computing/rust-on-gcp/instance.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ To create a virtual machine based on the C4A instance type:
2424
- Set **Series** to `C4A`.
2525
- Select `c4a-standard-4` for machine type.
2626

27-
![Create a Google Axion C4A Arm virtual machine in the Google Cloud Console with c4a-standard-4 selected alt-text#center](images/gcp-vm.png "Creating a Google Axion C4A Arm virtual machine in Google Cloud Console")
27+
![Screenshot of Google Cloud Console showing the machine configuration section with C4A series and c4a-standard-4 machine type selected alt-text#center](images/gcp-vm.png "Creating a Google Axion C4A Arm virtual machine in Google Cloud Console")
2828

2929

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**.
3333
- Under **Networking**, enable **Allow HTTP traffic**.
3434
- 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:
3636

37-
![Invoke a SSH session via your browser alt-text#center](images/gcp-ssh.png "Invoke a SSH session into your running VM instance")
37+
![Screenshot of VM instances list showing the SSH button in the Connect columnalt-text#center](images/gcp-ssh.png "Invoke a SSH session into your running VM instance")
3838

3939
- A window from your browser should come up and you should now see a shell into your VM instance:
4040

41-
![Terminal Shell in your VM instance alt-text#center](images/gcp-shell.png "Terminal shell in your VM instance")
41+
![Screenshot of terminal window showing a command-line shell interface connected to the VM instance#center](images/gcp-shell.png "Terminal shell in your VM instance")
4242

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

0 commit comments

Comments
 (0)