InstantInfra: Setup a OCI Account

Setting up an OCI account with a minimal IAM setup that can be used with TF (IaC) Today, I will attempt to: Open a new OCI (Oracle Cloud) cloud account Create the necessary IAM resources to be used by TF Test it out All of this within 10 minutes (excluding any verification or external waiting times) You will need the following An email OCI CLI installed One of the following: Terraform (>v1.10.0) installed OpenTofu (>v1.10.0) installed I created an alias that I will be using throughout the series (learn more about my opinion about terraform vs opentofu) ...

December 3, 2025 · 4 min · oschvr

InstantInfra: AWS MSK Message Queue

Setup a basic managed Kafka (message queue) on AWS: MSK Today, I will: Setup an AWS MSK (Managed Streaming for Kafka) cluster. In less than 30 minutes Now, setting up a production ready Kafka cluster, involves things like monitoring, alerting, logs, fault tolerance, high availability, security, etc require a lot more investment. What you’re going to see here is for learning purposes ! Having said that, the first step is always the machines and the services ...

November 26, 2025 · 6 min · oschvr

InstantInfra: Setup a GCP Account

Setting up a new GCP account with a minimal IAM setup that can be used with TF (IaC) Today, I will attempt to: Open a new GCP cloud account Create the necessary IAM resources to be used by Terraform/OpenTofu (for this channel !) Test it out DISCLAIMER: This is ONE solution of many different approaches. As of today, what you will see here is commonly found in forums. Keep in mind it might evolve. ...

November 20, 2025 · 4 min · oschvr

InstantInfra: AWS S3 Storage Bucket

Setup a simple storage bucket resource using IaC Today, I will: Setup a basic storage bucket through tf In less than 10 minutes Prerequisites An active AWS account: Make sure to check my previous video/post where I setup a brand new AWS account and configure IAM <> tf. I will be using this repo to run my challenges, so you’ll find all the challenges code there. I do have to mention that you can provision an AWS S3 Bucket using the fantastic terraform-aws-modules however for the purposes of the channel, I will use the native provider resources ...

November 18, 2025 · 1 min · oschvr

InstantInfra: Setup an AWS account

Setting up an AWS account with a minimal IAM setup that can be used with TF (IaC) Today, I will attempt to: Open a new AWS cloud account Set up their recommended IAM structure Create the necessary IAM resources to be used by TF Test it out All of this within 10 minutes (excluding any verification or external waiting times) DISCLAIMER: This is ONE solution of many different approaches. As of today, what you will see here is commonly found in forums. Keep in mind it might evolve. ...

November 17, 2025 · 5 min · oschvr