Best of TerraformJuly 2025

  1. 1
    Article
    Avatar of awsfundamentalsAWS Fundamentals·46w

    How to Get Started with AWS in 2025

    A comprehensive guide covering AWS account setup, security configuration, and best practices for beginners. Covers creating AWS accounts, setting up multi-factor authentication, creating IAM users, configuring billing alerts, installing AWS CLI, and implementing security measures. Also introduces Infrastructure as Code tools like Terraform and AWS CDK, AWS Organizations for multi-account management, and helpful tools for cloud development workflow.

  2. 2
    Article
    Avatar of spaceliftSpacelift·43w

    Blue/Green Deployments With Terraform & Kubernetes

    Blue/green deployments enable zero-downtime application updates by maintaining two identical environments - one serving production traffic (blue) and another for testing new versions (green). This comprehensive guide demonstrates implementing blue/green deployments in Kubernetes using Terraform, covering the complete workflow from initial deployment through traffic switching and rollback procedures. The tutorial includes practical examples with a Flask application, Docker containerization, and Kubernetes resource management, plus best practices for automation, testing, and handling stateful applications with database considerations.

  3. 3
    Article
    Avatar of detlifeData Engineer Things·46w

    How I Built a Reddit Data Pipeline

    A comprehensive guide to building an end-to-end data pipeline that extracts Reddit data, transforms it using AWS Glue, and stores it in S3 for querying with Athena and Redshift Spectrum. The tutorial covers environment setup with Docker and Airflow, infrastructure provisioning using Terraform, and implementing ETL workflows with proper orchestration. Key components include Reddit API integration, AWS services configuration (S3, Glue, Athena, Redshift), and DAG development for automated data processing.

  4. 4
    Video
    Avatar of programmersarealsohumanProgrammers are also human·45w

    Senior DevOps engineer

    A humorous and satirical take on the daily struggles of senior DevOps engineers, highlighting common pain points like unreliable cloud infrastructure, complex monitoring systems, infrastructure-as-code challenges, multi-region deployments, and the gap between development practices and operational reality. The piece touches on familiar DevOps frustrations including Terraform unpredictability, monitoring alert fatigue, dependency management, and the complexity of modern CI/CD pipelines.

  5. 5
    Video
    Avatar of programmersarealsohumanProgrammers are also human·44w

    Interview with Senior DevOps engineer

    A satirical take on modern DevOps practices highlighting common frustrations including infrastructure complexity, cloud vendor costs, deployment challenges, and the gap between DevOps ideals and reality. The piece humorously critiques issues like Terraform complexity, DNS problems, monitoring overhead, security challenges, and the proliferation of tools that were supposed to simplify operations.