You can do this easily already by having a DO doing `select 1;` from each region with an alarm every

You can do this easily already by having a DO doing select 1; from each region with an alarm every 1 minute if you really want, but at this point there isn't much gained from using a replica. Is that single request every few minutes that important that you cannot go to the primary for an extra 100-200ms? We need to provide a way to skip replicas and go straight to the primary though to avoid the replica booting up.
Was this page helpful?