diff --git a/block-volume/bv/block-volume.md b/block-volume/bv/block-volume.md
index 5f68c2e4..de164f01 100644
--- a/block-volume/bv/block-volume.md
+++ b/block-volume/bv/block-volume.md
@@ -75,20 +75,29 @@ A common usage of Block Volume is adding storage capacity to an Oracle Cloud Inf
- **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.
-2. Go to the Compute Instances Menu, and navigate to the VM instance you created before. Click **Attached block volumes**.
+2. On the Block Volume you just created, click the **Attached instances** tab on the top menu.
- 
+ 

-3. Click **Attach block volume**.
+3. Click **Attach to instance**.
-4. Click **Select volume** and choose the following options:
+ 
+
+4. Choose the following options:
+
+ - **Attachment type:** ISCSI
+ - **Access type:** Read/Write - Shareable
+ - Check the required checkbox
+ - Select **Enter OCID**
+ - **Choose Instance:** Demo
+ - In the next box, paste the OCID for the instance you created in Lab 4
+
+ 
- - **Volume:** Select the volume created
- **Device Path:** Select `/dev/oracleoci/oraclevdb`
- - **Attachment mode:** iSCSI
- Click **Attach**
@@ -99,11 +108,11 @@ A common usage of Block Volume is adding storage capacity to an Oracle Cloud Inf
5. Once the volume is attached, you can click on the ellipsis and then click **iSCSI commands and information**.
- 
+ 

-6. Connect to the instance through SSH and **run the iSCSI Connect Commands**.
+6. Connect to the instance through SSH and **run the iSCSI Attach Commands**.
Click **Copy** to copy all connect commands. Run all these commands by pasting them in the cloud shell:

diff --git a/block-volume/bv/images/attach-bv.png b/block-volume/bv/images/attach-bv.png
index bcdf5bdb..e2309e30 100644
Binary files a/block-volume/bv/images/attach-bv.png and b/block-volume/bv/images/attach-bv.png differ
diff --git a/block-volume/bv/images/available.png b/block-volume/bv/images/available.png
index 8df2b301..ff97cc8d 100644
Binary files a/block-volume/bv/images/available.png and b/block-volume/bv/images/available.png differ
diff --git a/block-volume/bv/images/block-volume.png b/block-volume/bv/images/block-volume.png
index 044c51b9..a3c4d443 100644
Binary files a/block-volume/bv/images/block-volume.png and b/block-volume/bv/images/block-volume.png differ
diff --git a/block-volume/bv/images/click-attach-instance-button.png b/block-volume/bv/images/click-attach-instance-button.png
new file mode 100644
index 00000000..35bb23bd
Binary files /dev/null and b/block-volume/bv/images/click-attach-instance-button.png differ
diff --git a/block-volume/bv/images/click-attached-instances-tab.png b/block-volume/bv/images/click-attached-instances-tab.png
new file mode 100644
index 00000000..0eafcbc1
Binary files /dev/null and b/block-volume/bv/images/click-attached-instances-tab.png differ
diff --git a/block-volume/bv/images/copy-instance-ocid.png b/block-volume/bv/images/copy-instance-ocid.png
new file mode 100644
index 00000000..0cc2a7f5
Binary files /dev/null and b/block-volume/bv/images/copy-instance-ocid.png differ
diff --git a/block-volume/bv/images/iscsi-commands.png b/block-volume/bv/images/iscsi-commands.png
index 17ad8ec1..102e4bcc 100644
Binary files a/block-volume/bv/images/iscsi-commands.png and b/block-volume/bv/images/iscsi-commands.png differ
diff --git a/block-volume/bv/images/livelabs-iscsi-link.png b/block-volume/bv/images/livelabs-iscsi-link.png
index a19311ef..9a01c7ea 100644
Binary files a/block-volume/bv/images/livelabs-iscsi-link.png and b/block-volume/bv/images/livelabs-iscsi-link.png differ
diff --git a/compute-service/cs/compute-service.md b/compute-service/cs/compute-service.md
index b0095448..9017d6f4 100644
--- a/compute-service/cs/compute-service.md
+++ b/compute-service/cs/compute-service.md
@@ -49,7 +49,7 @@ An Oracle Cloud Infrastructure VM compute instance runs on the same hardware as

3. The Create Compute Instance wizard will launch.
- Enter **Web-Server** as the name of the server. Click **Edit** on the **Networking** area of the page.
+ Enter **Web-Server** as the name of the server. Click **Next** to get to the **Networking** section.
Enter your username + *-Instance* as the name of the server.
@@ -69,7 +69,7 @@ An Oracle Cloud Infrastructure VM compute instance runs on the same hardware as


-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.
+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.

@@ -79,7 +79,7 @@ An Oracle Cloud Infrastructure VM compute instance runs on the same hardware as
>**Note:** You need a public IP address, so that you can SSH into the running instance later in this lab.
-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.
+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.

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

-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:
+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:
>**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.
@@ -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.
+5. Now click **Security** on the top navigation bar for the VCN.
- 
+ 
6. Click on the **Default Security List**.
-7. Here you need to open port 80. Click **Add Ingress Rules** and add the following values as shown below:
+7. Now click **Security rules** on the top navigation bar.
+
+ 
+
+8. Click **Add Ingress Rules**
+
+ 
+
+9. Here you need to open port 80. Add the following values as shown below:
- **Source Type:** CIDR
- **Source CIDR**: 0.0.0.0/0
@@ -169,7 +177,8 @@ An Oracle Cloud Infrastructure VM compute instance runs on the same hardware as

-8. Navigate to `http://` (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.
+
+10. Navigate to `http://` (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.

@@ -194,4 +203,4 @@ You have completed this lab. You may now **proceed to the next lab**.
- **Author** - Rajeshwari Rai, Prasenjit Sarkar
- **Contributors** - Oracle LiveLabs QA Team (Kamryn Vinson, QA Intern, Arabella Yao, Product Manager, DB Product Management)
-- **Last Updated By/Date** - Arabella Yao, March 2022
+- **Last Updated By/Date** - Sania Bolla, September 2025
diff --git a/compute-service/cs/images/assign-ip.png b/compute-service/cs/images/assign-ip.png
index 3da42897..366b7e89 100644
Binary files a/compute-service/cs/images/assign-ip.png and b/compute-service/cs/images/assign-ip.png differ
diff --git a/compute-service/cs/images/create-instance.png b/compute-service/cs/images/create-instance.png
index 0b5aa4f1..c936f57a 100644
Binary files a/compute-service/cs/images/create-instance.png and b/compute-service/cs/images/create-instance.png differ
diff --git a/compute-service/cs/images/ingress-rule.png b/compute-service/cs/images/ingress-rule.png
index 9eefe0ad..0f8d127e 100644
Binary files a/compute-service/cs/images/ingress-rule.png and b/compute-service/cs/images/ingress-rule.png differ
diff --git a/compute-service/cs/images/instance-name.png b/compute-service/cs/images/instance-name.png
index 9fadf9f1..9acb8273 100644
Binary files a/compute-service/cs/images/instance-name.png and b/compute-service/cs/images/instance-name.png differ
diff --git a/compute-service/cs/images/press-create.png b/compute-service/cs/images/press-create.png
new file mode 100644
index 00000000..3e156a9a
Binary files /dev/null and b/compute-service/cs/images/press-create.png differ
diff --git a/compute-service/cs/images/public-ip.png b/compute-service/cs/images/public-ip.png
index 0326d347..2a541179 100644
Binary files a/compute-service/cs/images/public-ip.png and b/compute-service/cs/images/public-ip.png differ
diff --git a/compute-service/cs/images/security-list1.png b/compute-service/cs/images/security-list1.png
new file mode 100644
index 00000000..96867115
Binary files /dev/null and b/compute-service/cs/images/security-list1.png differ
diff --git a/compute-service/cs/images/security-list2.png b/compute-service/cs/images/security-list2.png
new file mode 100644
index 00000000..4582e3d6
Binary files /dev/null and b/compute-service/cs/images/security-list2.png differ
diff --git a/compute-service/cs/images/security-list3.png b/compute-service/cs/images/security-list3.png
new file mode 100644
index 00000000..37b7b386
Binary files /dev/null and b/compute-service/cs/images/security-list3.png differ
diff --git a/compute-service/cs/images/ssh-keys.png b/compute-service/cs/images/ssh-keys.png
index 248b5d9a..b0401d2e 100644
Binary files a/compute-service/cs/images/ssh-keys.png and b/compute-service/cs/images/ssh-keys.png differ
diff --git a/compute-service/cs/images/ssh.png b/compute-service/cs/images/ssh.png
index 57d02cc3..87f3db94 100644
Binary files a/compute-service/cs/images/ssh.png and b/compute-service/cs/images/ssh.png differ
diff --git a/virtual-cloud-networks/vcn/images/actions-dropdown.png b/virtual-cloud-networks/vcn/images/actions-dropdown.png
index d195e36d..50f6c887 100644
Binary files a/virtual-cloud-networks/vcn/images/actions-dropdown.png and b/virtual-cloud-networks/vcn/images/actions-dropdown.png differ
diff --git a/virtual-cloud-networks/vcn/images/review-vcn.png b/virtual-cloud-networks/vcn/images/review-vcn.png
index 5fd47687..98038a09 100644
Binary files a/virtual-cloud-networks/vcn/images/review-vcn.png and b/virtual-cloud-networks/vcn/images/review-vcn.png differ
diff --git a/virtual-cloud-networks/vcn/images/workflow.png b/virtual-cloud-networks/vcn/images/workflow.png
index d8f3c7d5..cf0491fb 100644
Binary files a/virtual-cloud-networks/vcn/images/workflow.png and b/virtual-cloud-networks/vcn/images/workflow.png differ
diff --git a/virtual-cloud-networks/vcn/virtual-cloud-networks.md b/virtual-cloud-networks/vcn/virtual-cloud-networks.md
index 5c273b68..3d41d917 100644
--- a/virtual-cloud-networks/vcn/virtual-cloud-networks.md
+++ b/virtual-cloud-networks/vcn/virtual-cloud-networks.md
@@ -41,11 +41,15 @@ To create a VCN on Oracle Cloud Infrastructure:

-2. Select **Create VCN with Internet Connectivity**, and then click **Start VCN Wizard**.
+2. Click the **Actions** dropdown and select **Start VCN Wizard**.
+
+ 
+
+3. Select **Create VCN with Internet Connectivity**, and then click **Start VCN Wizard**.

-3. Complete the following fields:
+4. Complete the following fields:
| **Field** | **Value** |
|----------------------------------------|:------------:|
@@ -62,14 +66,14 @@ To create a VCN on Oracle Cloud Infrastructure:
Click the **Next** button at the bottom of the screen.
-4. Review your settings to be sure they are correct. Click the **Create** button to create the VCN.
+5. Review your settings to be sure they are correct. Click the **Create** button to create the VCN.

-5. It will take a moment to create the VCN and a progress screen will keep you apprised of the workflow.
+6. It will take a moment to create the VCN and a progress screen will keep you apprised of the workflow.

-6. Once you see that the creation is complete (see previous screenshot), click the **View Virtual Cloud Network** button.
+7. Once you see that the creation is complete (see previous screenshot), click the **View Virtual Cloud Network** button.
### Summary
@@ -80,5 +84,5 @@ This VCN will contain all of the other assets that you will create during this s
- **Author** - Rajeshwari Rai, Prasenjit Sarkar
- **Contributors** - Oracle LiveLabs QA Team (Kamryn Vinson, QA Intern, Arabella Yao, Product Manager, DB Product Management)
-- **Last Updated By/Date** - Arabella Yao, December 2021
+- **Last Updated By/Date** - Sania Bolla, September 2025