Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 463 Bytes

architecture.md

File metadata and controls

8 lines (5 loc) · 463 Bytes

Architecture

High Level Operation of Blue-Green

hybrid cloud architecture

  • Main idea is, we are manipulating the Route53 weighted records to redirect traffics to different ECS clusters (backed by Fargate).
  • There is an API backed by lambda that manage and controls the state of the blue-green. It is also responsible to update the Route 53 records.