Best of TerraformApril 2024

  1. 1
    Article
    Avatar of devtoDEV·2y

    Deploying a Full Stack AWS Architecture Using Terraform: Ensuring High Availability in AWS

    Learn how to deploy a full stack AWS architecture using Terraform. Ensure high availability by configuring DNS with AWS Route 53, implementing load balancing with AWS ALB, securing transmission with AWS Certificate Manager, protecting your application with AWS WAF, achieving elasticity with auto scaling, enabling persistent storage across instances with Amazon EFS, setting up a highly available database with Amazon RDS, monitoring and alerting with AWS CloudWatch, streamlining development workflow with a CI/CD pipeline using GitHub Actions, and scripting infrastructure creation with Terraform.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    Creating a Kubernetes cluster from scratch in 1 hour using automation

    This post provides a step-by-step guide on creating a Kubernetes cluster from scratch using automation. It covers the prerequisites, configuration of the openVPN connection, installation of the necessary tools, and testing of the cluster.

  3. 3
    Article
    Avatar of awstipAWS Tip·2y

    Azure DevOps CI/CD with Terraform

    This post provides an overview of using Azure DevOps to implement CI/CD with Terraform for deploying infrastructure in Azure. It explains the concept of Terraform and how it works, and provides step-by-step instructions for initializing the Terraform Provider.

  4. 4
    Article
    Avatar of spaceliftSpacelift·2y

    How to Manage Terraform State with GitLab [Tutorial]

    Learn how to manage Terraform state with GitLab CI/CD. GitLab provides version control and collaboration features for Terraform state files, ensuring consistency and integrity of your infrastructure. Discover the benefits and best practices of using GitLab for managing Terraform state.