Oracle Cloud Infrastructure- Create VCN + Compute Ubuntu Linux 18.04
In this post, I'll demonstrate how to create a new VCN (Virtual Cloud Network) with Internet Gateway+ NAT Gateway + Service Gateway followed by the creation of a new compute instance with Ubuntu 18.04. Environment In order to create a new compute instance in oracle cloud, there are few prerequisites- A valid OCI account A virtual Cloud network Optional SSH keys in case you want your own keys to be used Below is the network diagram of the virtual cloud network with the schematic wizard provided by OCI for quick setup of a VCN- Steps to achieve So, let's login to your OCI console and navigate to Networking >> Overview from the left navigation panel. From the right-side panel, click on start VCN wizard as shown below- This will open a web form to provide basic details like- VCN name and rest of the things are provided as default as shown below- Further, click on next and the Create. Once created, the VCN details look as shown below. So, this way our VCN is ready. We should n...
