Best of TerraformMay 2024

  1. 1
    Article
    Avatar of devtoDEV·2y

    How to deploy your own website on AWS

    Learn how to deploy your own website on AWS. Own the code and control it as you see fit. Understand DNS and Route53. Use DevOps to solve automation issues.

  2. 2
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    🧬Build an End-to-End CI/CD Pipeline for a MERN App in Kubernetes with Terraform using GitHub Actions & Ansible

    Learn how to build an End-to-End CI/CD Pipeline for a MERN App in Kubernetes with Terraform using GitHub Actions & Ansible. The article covers the pre-requirements, infrastructure provisioning with Terraform, and configuration of EC2, installation of Kubernetes (K3s), and deployment of the MERN App using Ansible.

  3. 3
    Article
    Avatar of aws-buildersAWS Builders·2y

    DNS as code

    This post discusses how to migrate existing Cloudflare configuration into OpenTofu manifests and make it even more cool with Scalr. It covers importing DNS settings, generating tokens, and generating DNS entries.

  4. 4
    Article
    Avatar of spaceliftSpacelift·2y

    How to Migrate Terraform State Between Different Backends

    Learn how to safely migrate your Terraform state between different backends. Discover why you might need to migrate your state, how to do it using Terraform commands, and explore the popular tool Terragrunt.