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
Updating UI + grammer for Lab 3 (VCN), 4 (compute service) and 5 (Block Volume) (#95)
* Updating UI for Lab 3 (VCN) and 4 (compute service) and making minor grammar corrections.
Updating UI for Lab 3 (VCN) and 4 (compute service) and making minor grammar corrections.
* Blurring sensitive information
Blurring sensitive information
* Update ssh.png
Blurring out public IP address in all places in the terminal and tenancy name (which shows my name)
* Update public-ip.png
Blurring public IP and OCID
* Lab 5 (block volume) updates
Making all UI and instruction changed to Lab 5 (Block Volume) so they match the new OCI UI.
Copy file name to clipboardExpand all lines: block-volume/bv/block-volume.md
+17-8Lines changed: 17 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,20 +75,29 @@ A common usage of Block Volume is adding storage capacity to an Oracle Cloud Inf
75
75
76
76
-**Paravirtualized:** Paravirtualized attachments are now an option when attaching volumes to VM instances. For VM instances launched from Oracle-Provided Images, you can select this option for Linux-based images published. Once you attach a volume using the paravirtualized attachment type, it is ready to use. You do not need to run any additional commands. However, due to the overhead of virtualization, this reduces the maximum IOPS performance for larger block volumes. See [Paravirtualized Attachment Performance](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#paraPerf) for more information.
77
77
78
-
2.Go to the Compute Instances Menu, and navigate to the VM instance you created before. Click **Attached block volumes**.
78
+
2.On the Block Volume you just created, click the **Attached instances** tab on the top menu.
Copy file name to clipboardExpand all lines: compute-service/cs/compute-service.md
+18-9Lines changed: 18 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ An Oracle Cloud Infrastructure VM compute instance runs on the same hardware as
49
49

50
50
51
51
3. The Create Compute Instance wizard will launch.
52
-
<iftype="freetier">Enter **Web-Server** as the name of the server. Click **Edit**on the **Networking**area of the page.</if>
52
+
<iftype="freetier">Enter **Web-Server** as the name of the server. Click **Next**to get to the **Networking**section.</if>
53
53
<iftype="livelabs">Enter your username + *-Instance* as the name of the server.</if>
54
54
55
55
<iftype="freetier">
@@ -69,7 +69,7 @@ An Oracle Cloud Infrastructure VM compute instance runs on the same hardware as
69
69

70
70
</if>
71
71
72
-
3. In the Networking section, most of the defaults are perfect for our purposes. However, you will need to scroll down and select the **Assign a public IPv4 address** option.
72
+
3. In the Networking section, most of the defaults are perfect for our purposes. However, ensure that the **Automatically assign a public IPv4 address** option is selected.
73
73
74
74
<iftype="freetier">
75
75
</if>
@@ -79,7 +79,7 @@ An Oracle Cloud Infrastructure VM compute instance runs on the same hardware as
79
79
80
80
>**Note:** You need a public IP address, so that you can SSH into the running instance later in this lab.
81
81
82
-
4. Scroll down to the **Add SSH keys** area of the page. Select **Paste public keys** and paste the SSH key that you created earlier in ***Generate SSH Keys*** Lab. Press the **Create** button to create your instance.
82
+
4. Scroll down to the **Add SSH keys** area of the page. Select **Paste public keys** and paste the SSH key that you created earlier in the ***Generate SSH Keys*** Lab. Press the **Create** button to create your instance.
83
83
84
84

85
85
@@ -108,7 +108,7 @@ An Oracle Cloud Infrastructure VM compute instance runs on the same hardware as
108
108

109
109
110
110
<if type="freetier">
111
-
2. For this lab, we are going to install an Apache HTTP Webserver and try to connect to it over the public Internet. *Make sure you have SSH'ed into the Linux instance* and run following commands:
111
+
2. For this lab, we are going to install an Apache HTTP Webserver and try to connect to it over the public Internet. *Make sure you have SSH'ed into the Linux instance* and run the following commands:
112
112
113
113
>**Note:** Apache HTTP Server is an open-source web server developed by the Apache Software Foundation. The Apache server hosts web content, and responds to requests for this content from web browsers such as Chrome or Firefox.
114
114
@@ -152,13 +152,21 @@ An Oracle Cloud Infrastructure VM compute instance runs on the same hardware as
5. Now click **Security Lists** on the left navigation bar for the VCN.
155
+
5. Now click **Security** on the top navigation bar for the VCN.
156
156
157
-

157
+

158
158
159
159
6. Click on the **Default Security List**.
160
160
161
-
7. Here you need to open port 80. Click **Add Ingress Rules** and add the following values as shown below:
161
+
7. Now click **Security rules** on the top navigation bar.
162
+
163
+

164
+
165
+
8. Click **Add Ingress Rules**
166
+
167
+

168
+
169
+
9. Here you need to open port 80. Add the following values as shown below:
162
170
163
171
- **Source Type:** CIDR
164
172
- **Source CIDR**: 0.0.0.0/0
@@ -169,7 +177,8 @@ An Oracle Cloud Infrastructure VM compute instance runs on the same hardware as
169
177
170
178

171
179
172
-
8. Navigate to `http://<public_ip_address>` (the IP address of the Linux VM) in your browser. And now you should see the index page of the web server we created above.
180
+
181
+
10. Navigate to `http://<public_ip_address>` (the IP address of the Linux VM) in your browser. And now you should see the index page of the web server we created above.
173
182
174
183

175
184
@@ -194,4 +203,4 @@ You have completed this lab. You may now **proceed to the next lab**.
194
203
195
204
- **Author** - Rajeshwari Rai, Prasenjit Sarkar
196
205
- **Contributors** - Oracle LiveLabs QA Team (Kamryn Vinson, QA Intern, Arabella Yao, Product Manager, DB Product Management)
197
-
- **Last Updated By/Date** - Arabella Yao, March 2022
206
+
- **Last Updated By/Date** - Sania Bolla, September 2025
0 commit comments