• AWS RDS deployment types

    I was tasked with writing AWS CDK source code for infrastructure of a project. The specification I had available was one of those infrastructure map pictures with all the frames and icons of AWS services. Not ideal but in some ways more descriptive then couple sentences. Among other things it called for postgres RDS database setup with three instances. A primary instance and two stand-by replicas.

  • 1