Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Stopping Group Replication on a DB instance in an active-active cluster

Focus mode
Stopping Group Replication on a DB instance in an active-active cluster - Amazon Relational Database Service

You can stop Group Replication on a DB instance in an active-active cluster. When you stop Group Replication, the DB instance is placed in super-read-only mode until replication is restarted or that DB instance is removed from the active-active cluster. For information about super-read-only mode, see the MySQL documentation.

To stop Group Replication temporarily for an active-active cluster
  1. Connect to a DB instance in the active-active cluster using a SQL client.

    For more information about connecting to an RDS for MySQL DB instance, see Connecting to your MySQL DB instance.

  2. In the SQL client, call the mysql.rds_group_replication_stop stored procedure:

    call mysql.rds_group_replication_stop();
PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.