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 Set up their recommended IAM structure Create the necessary IAM resources to be used by Terraform/OpenTofu 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