setheliot / aws-well-architected-labs

Hands on labs and code to help you learn, measure, and build using architectural best practices.
http://aws.amazon.com/well-architected
Apache License 2.0
1 stars 0 forks source link

Speed up time to first test (EC2 failure injection) by deferring MultiAz on RDS #62

Closed setheliot closed 4 years ago

setheliot commented 4 years ago

4-5 minutes of the time during initial deploy of RDS is creating the MultiAZ replica. We can defer this and create the initial RDS as Single AZ, then update the RDS in parallel to the Web Server deployment.

setheliot commented 4 years ago