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

experiment with instance sizes for quicker RDS init #20

Open setheliot opened 4 years ago

setheliot commented 4 years ago

Biggest delay is that it takes a snapshot -- small instance means small network, so this is slow. Maybe one of these can help?

(this was split off from https://github.com/setheliot/aws-well-architected-labs/issues/3

setheliot commented 4 years ago

example of recent provisioning with a db.t2.xlarge

Time System notes
Sat, 05 Oct 2019 19:18:19 GMT DB instance created
Sat, 05 Oct 2019 19:18:19 GMT Applying modification to convert to a Multi-AZ DB Instance
Sat, 05 Oct 2019 19:26:32 GMT Finished applying modification to convert to a Multi-AZ DB Instance
Sat, 05 Oct 2019 19:28:10 GMT Monitoring Interval changed to 0
Sat, 05 Oct 2019 19:28:10 GMT Performance Insights has been disabled
Sat, 05 Oct 2019 19:28:26 GMT Backing up DB instance
Sat, 05 Oct 2019 19:30:29 GMT Finished DB Instance backup
Sat, 05 Oct 2019 19:31:48 GMT Finished updating DB parameter group
setheliot commented 4 years ago

https://github.com/setheliot/aws-well-architected-labs/pull/47

setheliot commented 4 years ago
Event db.t2.large db.m5.24xlarge db.t3.2xlarge
---- ---- ---- ----
DB instance created 0:00:00 0:00:00 0:00:00
Applying modification to convert to a Multi-AZ DB Instance 0:00:00 0:00:10 0:00:08
Finished applying modification to convert to a Multi-AZ DB Instance 0:08:13 0:07:02 0:07:04
Monitoring Interval changed to 0 0:01:38 0:01:05 0:01:19
Performance Insights has been disabled 0:00:00 0:00:00 0:00:00
Backing up DB instance 0:00:16 0:00:20 0:00:19
Finished DB Instance backup 0:02:03 0:02:02 0:03:16
Finished updating DB parameter group 0:01:19 0:01:20 0:01:08