Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 772 Bytes

File metadata and controls

17 lines (12 loc) · 772 Bytes

What's changing in V3?

- Current Architecture - Not resilient
    - Add another EC2 in a separate AZ
    - Put both EC2 instances behind load balancers
    - Enhance code readability
        - Put resources in separate files such as networking, instances, load balancers etc.
  • Updated Architecture

File

  • Output

    • Requests now get served by 2 instances sitting behind load balancer

Instance 1 Instance 2