Best of TerraformJune 2024

  1. 1
    Article
    Avatar of semaphoreSemaphore·2y

    10 Open-Source Tools for Optimizing Cloud Expenses

    Discover 10 open-source tools that can help organizations optimize their cloud expenses. These tools provide cost efficiency, budget management, and increased ROI. The tools include Kubernetes, Terraform, Grafana, Prometheus, Apache Kafka, Elasticsearch, Hadoop, OpenStack, Docker, and Apache Spark.

  2. 2
    Article
    Avatar of spaceliftSpacelift·2y

    Terraform on AWS – Deploying AWS Resources

    AWS provides a robust platform for scalable cloud infrastructure, and when paired with Terraform, it facilitates automated and consistent resource management through Infrastructure as Code (IaC). Terraform uses simple configuration files to define infrastructure and can handle a wide range of AWS resources. This post covers the basics of initializing, planning, and applying Terraform configurations for deploying AWS resources, explains the benefits of Terraform's declarative approach and state management, and includes a step-by-step guide to configure an EC2 instance, setup S3 as a remote backend, and create reusable modules. The discussion also touches on best practices and the use of Spacelift for advanced Terraform management.

  3. 3
    Article
    Avatar of spaceliftSpacelift·2y

    How to Manage On-premise Infrastructure with Terraform

    Learn how to manage on-premise infrastructure with Terraform. Terraform is versatile and can be used with various on-premise systems. There are no technical differences between on-premise and cloud use of Terraform, but there are some limitations with on-premise infrastructure. The post provides examples of configuring Terraform for virtualization platforms and bare metal servers, as well as setting up Terraform with Kubernetes on-premise.

  4. 4
    Article
    Avatar of lobstersLobsters·2y

    terraform plan -light

    A proposed solution to reduce the duration of Terraform plans by targeting only the resources modified in code with the 'terraform plan -light' flag.