Introduction In this article weāll focus on OCI Streaming Terraform to show how easy it is to build your first producer function. Oracle Cloud Infrastructure (OCI) Streaming is a Kafka-compatible, fully managed messaging service designed for real-time data pipelines and event-driven architectures. Instead of managing your own Kafka cluster, you …
In this guide, weāll walk through how to set up OCI Autonomous Database Terraform, enabling cross-region disaster recovery with Autonomous Data Guard (ADG). When your OLTP workloads canāt afford regional outages, Autonomous Data Guard (ADG) is the safest path: a remote standby in another OCI region thatās continuously kept in …
This guide focuses on OCI Container Instance Terraform deployment ā showing how to combine ephemeral public IPs with Docker image push to OCIR for a fully automated setup. In this tutorial, weāll walk through deploying an OCI Container Instance with an ephemeral public IP using Terraform (or Oracle Resource Manager). …
High availability and disaster recovery are essential for modern cloud applications. If your workloads depend onĀ OCI block volumesĀ attached to compute instances, you need protection against region outages. This is exactly whereĀ OCI block volume replication with TerraformĀ helps ā giving you an automated way to achieve cross-region redundancy. With replication enabled, your …
In this tutorial, youāll learn how to set up OCI scheduled autoscaling Terraform using Quartz cron expressions to scale compute capacity at predictable times. In my previous article on OCI Compute Autoscaling, I showed how to set up autoscaling based on threshold metrics such as CPU utilization.In this follow-up, weāll …
Mixing Terraform manual deployments OCI is a common mistake that leads to state drift and broken automation. In this article, Iāll show you why this happens and how to avoid it. The idea for this blog post came during a recent Zoom webinar I delivered for a large team inside …
š§© Introduction When designing secure architectures in Oracle Cloud Infrastructure, understanding OCI Security List vs NSG Terraform differences is key. These two constructs define how network traffic is filtered ā at subnet level or VNIC level ā and using Terraform makes both easy to automate. Both are used to define …
In this tutorial, youāll learn how to configure OCI Compute Autoscaling Terraform to dynamically scale your backend servers based on load. During peak traffic hours, you want your infrastructure to automatically scale out, while at night or during low traffic periods, it should scale back in to save costs. Oracle …
In this post, weāll walk through a real oci nat gateway terraform scenario, revisiting one of the key building blocks of secure and scalable cloud networking ā the OCI NAT Gateway, using a real example taken from Lesson 4 of my Flagship OCI Infrastructure Automation Course. In the early days …
When youāre just starting with OCI networking and Terraform, understanding how to correctly configure an Internet Gateway is absolutely essential.In this post, weāll walk through a real oci internet gateway terraform example ā building a basic Virtual Cloud Network (VCN) with a single public subnet, Internet Gateway, route tables, security …










