Menu
  • Home
  • About Me
  • Blog
  • Github
  • LinkedIn

Category: Terraform

Azure Resource Group

December 31, 2022
Read More

Request to create Service Principals and Resource Groups for microservice in Multiple Regions

November 14, 2022November 14, 2022

The client is planning to deploy DFMessage microservice in Canada Central and Australia East regions. As a part of this initiative, the client wants me to create the Service principals and Resource Groups as shown below: Canada Central Pre-Prod: (high priority) Region: Canada Central Subscription: app341 US PreProd Resource group: Name: app341-dfmessage-cancen-preprod-rg Service Principal: Name:…

Read More

Update tf1.3v

October 31, 2022October 31, 2022

Install Terraform on wsl Open Ubuntu application (or your installed distro) Run the following command which will install unzip (its my preference to extract files) Navigate to the Terraform download page and grab the most recent download URL. Using the above URL, run the following commands which will download, unzip, move the binary to users…

Read More

Terraform study note: Planning and Dependencies

August 8, 2022August 8, 2022

Planning and Dependencies When Terraform is trying to make the deployment match you configuration, it has to run through a planning process. Terraform goes through this process when you run a plan, apply or destroy. As part of the planning process, it needs to figure out the order in which to create, update, or delete…

Read More

Terraform in Azure DevOps Pipelines

July 20, 2022July 20, 2022

Azure CLI Setup Install Azure CLI for windows: upgrade az cli version Authenticating using the Azure CLI Azure Before we get started, we need to create a resource group. A resource group is a container that holds related resources for an Azure solution. Now, create a service principle and connect to Azure DevOps. An Azure…

Read More

Terraform Certification – Load balancer

July 13, 2022July 13, 2022

I’ve updated configuration to include variables, locals, and output. Now it’s time to update the architecture of deployment to include resiliency by adding new resources. Our current architecture is using a single subnet in a single AZ with a single EC2 instance. That’s a lot of single point of failure. To improve reliability of the…

Read More

Terraform Certification – tfvars

July 13, 2022July 13, 2022

All the variable need a supplied values. If we want to submit values for all of these variables at the command line, use this command. Let’s create a file called terraform.tfvars and populate it with some of our non-sensitive variables and values. We can store our sensitive data in environment variables like this:

Read More

Terraform Certification – Input Variables and Outputs

July 13, 2022July 13, 2022

Variables and Outputs Terraform can accept values as input, transform values inside a configuration, and return values as output. There’re three different concepts to consider when working with data in a Terraform Input variables (variables) : used to pass information to a Terraform configuration Local values (locals) : computed values inside the configuration that can…

Read More

Terraform Certification – What is terraform?

July 11, 2022July 11, 2022

Terraform is an example of a declarative approach to deploying Infrastructure as Code. other core concepts are: consistency: Each time you do something, the results should be the same idempotent: If you haven’t changed anything about your code, nothing will change in the environment Push or Pull: Terraform is a push-type model, the configuration that…

Read More

Terraform Modules

July 6, 2022July 6, 2022

A terraform file can get very large very quickly as you add more and more resource blocks. Custom modules are a great way of organizing your terraform code into logical pieces. You might have one module that handles the VPC set up, and another for EC2 instances. In this post, I will look at how…

Read More
  • 1
  • 2
  • Next
Recent Posts
  • ChinguTalkBot v0.1.0: Setting up AWS Cognito with CDK for User Authentication
  • Phoenix & Elixir: Fix PostgreSQL connection refused
  • Demo: Git Log with Shell script to create a release notes
  • Metasploit
  • CyberSecurity Lab – Online Password Attack

Archives
  • March 2024
  • May 2023
  • April 2023
  • February 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
Categories
  • Amazon Interview (3)
  • Ansible (3)
  • AWS (9)
  • Azure (9)
  • Certification (2)
  • ChinguTalkBot Project (1)
  • cybersecurity (3)
  • Data analytics (6)
  • Demo Videos (6)
  • Docker (5)
  • Git (1)
  • GitLab (1)
  • Golang (3)
  • JavaScript (2)
  • Jenkins (4)
  • PowerShell (1)
  • Python (10)
  • Terraform (11)
  • Uncategorized (9)

©2025 | Powered by WordPress and Superb Themes!