Skip to content

Cloud Setup

Jeffery edited this page Jun 20, 2025 · 4 revisions

Oracle

To ensure that costs fit within the "Free tier", please refer to the following links:

https://www.oracle.com/nz/cloud/free/

https://docs.oracle.com/en-us/iaas/Content/FreeTier/freetier.htm

Network Setup

Virtual Cloud Network - VCN

In free tier, there is a limit of 2 VCNs. Go to this link to create one.

Expand Screenshot 2025-06-17 at 12 56 02 AM

Subnet

After creating a VCN, you will need to create a subnet. You can find it on the following page:

image

You only need to configure the name and IPv4 CIDR block, the rest can be left as default:

Expand Screenshot 2025-06-17 at 1 04 42 AM

Create a Compute

Connecting Compute to Internet

Note

This step requires further steps for best security, by default this method creates an entry point to 0.0.0.0/0 which allows access from anywhere, resulting in a network weak point.

By default security rules, the compute doesn't have access to the internet, and neither can you connect to it.

For an easier way to enable this, you can look at the following image below (it is in the Network tab of the instance):

Expand Screenshot 2025-06-20 at 11 08 40 PM

You will then need to enable the HTTPs port (443) within the Security tab of the VNC's Subnet.

Screenshot 2025-06-20 at 11 10 42 PM Screenshot 2025-06-20 at 11 10 58 PM

To enable HTTPS:

image

Clone this wiki locally