http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Aurora.BestPractices.html
The only way to find the read-only status of an AWS Aurora instance is:
SHOW GLOBAL VARIABLES LIKE 'innodb_read_only';
ProxySQL only checks for 'read_only' so an Aurora read_only instance can never be discovered.
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Aurora.BestPractices.html
The only way to find the read-only status of an AWS Aurora instance is:
SHOW GLOBAL VARIABLES LIKE 'innodb_read_only';ProxySQL only checks for 'read_only' so an Aurora read_only instance can never be discovered.