git404hub

what is terraform-bluegreen fr?

skevy/terraform-bluegreen — explained in plain English

Analysis updated 2026-07-17 · repo last pushed 2017-08-11

HCLAudience · ops devopsDormant

tl;dr

Terraform modules plus a Python deploy script that let teams roll out app updates on AWS using safe blue-green deployments with instant rollback.

vibe map

mindmap
  root((terraform-bluegreen))
    What it does
      Blue green deploys
      Zero downtime updates
      Instant rollback
    Tech stack
      Terraform
      Python
      AWS
    Use cases
      Deploy new app version
      Autoscale servers
      Switch live traffic
    Audience
      DevOps teams
      AWS operators
    Components
      Terraform module
      Autoscaling module
      Deploy script

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Set up two identical AWS autoscaling groups (blue and green) for zero-downtime deployments.

VIBE 2

Automatically scale server capacity up or down based on application load.

VIBE 3

Run the included Python script to deploy a new version, verify it's healthy, then switch live traffic to it.

VIBE 4

Instantly roll back to the previous environment if the new deployment has problems.

what's the stack?

HCLTerraformPythonAWS

how it stacks up fr

skevy/terraform-bluegreenanas727189/devsecops-pipelineedwinjdevops/damolak-challenge
Stars00
LanguageHCLHCLHCL
Last pushed2017-08-11
MaintenanceDormant
Setup difficultyhard
Complexity3/5
Audienceops devopsops devopsops devops

Figures from each repo's GitHub metadata at analysis time.

prompts (copy fr)

prompt 1
Show me how to set up the blue-green Terraform module in this repo for an AWS autoscaling group.
prompt 2
Explain how the Python deployment script switches traffic between the blue and green environments.
prompt 3
How do I configure this project's autoscaling module to scale based on application load?
prompt 4
Walk me through reusing this blue-green deployment setup across multiple applications on AWS.

Frequently asked questions

what is terraform-bluegreen fr?

Terraform modules plus a Python deploy script that let teams roll out app updates on AWS using safe blue-green deployments with instant rollback.

What language is terraform-bluegreen written in?

Mainly HCL. The stack also includes HCL, Terraform, Python.

Is terraform-bluegreen actively maintained?

Dormant — no commits in 2+ years (last push 2017-08-11).

Who is terraform-bluegreen for?

Mainly ops devops.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.