[AuroraDB]: How to determine to which DB Instance we connected to
Determining Which DB Instance You Are Connected To You can determine which DB instance in an Aurora DB cluster that a connection is connected to by checking the innodb_read_only global variable, as shown in the following example. SHOW GLOBAL VARIABLES…