Back
OCI Compute Autoscaling Terraform architecture diagram
13Jan, 2020

How to Autoscale Your Webservers in OCI with Terraform/OpenTofu (refreshed in 2025)

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 …

Architecture diagram showing private web subnet using oci nat gateway terraform for outbound Internet access
05Nov, 2018

OCI NAT Gateway with Terraform — Updated for 2025!

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 …