ODC Appreciation Day: Terraform

First time I’m taking part of Oracle Development Community Appreciation Day which Tim Hall has created to post about technology you use daily. My topic will be Terraform which is still fairly new technology for me after having used it only for around a year now. But what a game changer it has been! I…

OCI block volumes and Terraform

So we already know how to spin up instances with and without Terraform but what about when you need to attach a block volume to your fresh instance which you’ve created? You have an option to login to console and just add either paravirtualized or iscsi volume to your compute instance. If you add paravirtualized…

Oracle Cloud Infrastructure Service Gateway

Recently Oracle announced Service Gateway for Oracle Cloud Infrastructure (OCI). One of the problematic areas what I have found with OCI is that if you use Object Storage for example for your database backups you have been required to have public internet access from your OCI subnets either by placing instance to public subnet or…