The Holori Blog

Alexandre

FinOps for Fun and Profit: Your FinOps Implementation Playbook

In today’s digital landscape, cloud computing has become the backbone of many businesses. Its scalability, agility, and access to cutting-edge technologies offer a competitive edge. However, with great power comes great responsibility…and potentially a hefty cloud bill. This is where

Read More »
Alexandre

How to ensure a clear and accurate AWS inventory?

As organizations grow their AWS footprint, managing the associated assets becomes increasingly complex. The AWS Management Console, while powerful, can present challenges in obtaining a clear overview of the entire AWS inventory. This article explores the intricacies of AWS inventory

Read More »
terraform provider explained
Alexandre

Terraform Providers explained

At the heart of Terraform’s magic are providers – essential components that enable communication with cloud providers and other infrastructure systems. In this blog article, we will delve into what Terraform providers are, why they are crucial, and how to

Read More »
terraform init tutorial
Antoine

Terraform Init: The First Step of your Terraform journey

Terraform provides a declarative way to define infrastructure configurations, but before you can start building your cloud environment, there’s a crucial first step: terraform init. In this blog article, we will explore what terraform init is, why it’s essential, and

Read More »
Antoine

Demystifying Terraform Plan

In the fast-paced world of cloud computing and infrastructure management, deploying and managing resources efficiently is crucial. Terraform, an open-source infrastructure as code (IaC) tool, has emerged as a popular choice for automating infrastructure provisioning and configuration. Among its powerful

Read More »
short guide explaining terraform versions
Alexandre

Guide to master Terraform Versions

As the complexity of cloud infrastructures increases, so does the need for a reliable and efficient tool to manage Infrastructure as Code (IaC). Terraform has emerged as a leading choice for many organizations, providing a declarative language to define and

Read More »