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

Month: July 2022

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
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!