Browsing Tag
terraform
34 posts
Serverless Cloud Pizzeria Shop
I have spent lots of time learning about various areas of software and cloud development so far in…
GitLab, Azure, OpenTofu, and NO secrets!
Believe it or not, you can deploy any resource using Terraform from the GitLab pipeline to the Azure…
Managing High Traffic Applications with AWS Elastic Load Balancer and Terraform
You just configured your infrastructure to auto scale when the traffic increases. How would you manage the traffic…
Deploying Your First Server with Terraform: A Beginner’s Guide
Now you have installed Terraform, configured your AWS account to use the CLI, and installed VS Code. What…
What is Infrastructure as Code (IaC) and Why It’s Transforming DevOps
Hey there, tech enthusiasts! Ever found yourself drowning in a sea of server configurations, network setups, and cloud…
Managing AWS Infrastructure with Terraform: A Step-by-Step Guide
Introduction In this article, we will use Terraform to manage AWS infrastructure. By the end of this article,…
Deploy Terraform resources to AWS using GitHub Actions via OIDC
The article explains how to configure OpenID Connect within your GitHub Actions workflows to authenticate with AWS, so…
How To Manage IAM Access Analyzer in AWS Organizations Using Terraform
Introduction Since I began covering the implementation of security controls in AWS, I have provided walkthroughs on configuring…
How I Use Terraform to Deploy My AWS Amplify React Project
As a Software Engineer, I would like to deploy my AWS Amplify React project using Terraform so that…
Automating Snowflake Resource Deployment using Terraform and GitHub Actions
Lately at work, I have been using Terraform for our Infrastructure as Code (IaC) requirements for AWS workloads.…