Skip to main content

Posts Tagged ‘Terraform’

Deploying Azure Infrastructure With Terraform Using Azure DevOps Pipelines

In this blog post, my objective is to provide a comprehensive walkthrough of the elements required for effectively implementing Azure Infrastructure with Terraform using an Azure DevOps Pipeline. The main purpose is to assist you in grasping the concept of automating the deployment and maintenance of your cloud infrastructure residing in Azure. Before delving into […]

Pexels Kevin Ku 577585

Integrating Terraform with Jenkins (CI/CD)

Automated Infrastructure (AWS) Setup Using Terraform and Jenkins (Launch EC2 and VPC) In this blog we will discuss how to execute the Terraform code using Jenkins and set up AWS infrastructure such as EC2 and VPC. For those of you are unfamiliar with Jenkins, it is an open-source continuous integration and continuous development automation tool […]

Istock 1194430859

How to Integrate AWS Lambda with Amazon API Gateway Using Terraform Code

In the most scenario we integrated AWS Lambda with API Gateway to run our application which are written in Python, Node.js, Go, .NET, Java, Ruby, etc. A Lambda integration traces a path and HTTP method combination to a Lambda function. We can configure the API Gateway to pass the content of the HTTP request as is […]

Woman and man looking at two computer screens, woman pointing at screen.

Kubernetes on Multi-Cloud using Terraform

Kubernetes (K8s) is an open-source platform that manages containerized workloads and services and expedites declarative configuration and automation. K8s is often described as a container orchestration platform. Containers provide a lightweight mechanism for isolating an application’s environment. For example, containerizing an application not only means building a package that holds an application but all the […]

Istock 636932704 (2)

Terraform on AWS Cloud: Manage Infrastructure as a Code

Deployment and infrastructure management is not a simple process; in fact, it involves multiple steps and tools to provision infrastructure. We need tools that make this process seamless, easy, and effective. Take Terraform, a tool used to provision and manage infrastructure within any cloud. This open-source tool created by HashiCorp allows you to codify your […]