RDS SQL Server supports zone migration. You can migrate your RDS instance to another zone within the same region. Migration time depends on your data volume and usually takes about 30 minutes.
Prerequisites
Your RDS SQL Server instance must meet the following conditions:
-
The region where the instance resides must have multiple zones.
-
The instance is a primary instance—not a read-only instance—and has no read-only instances attached.
-
The primary instance status is Running.
Limits
The following instance types do not support zone migration:
-
Serverless instances.
-
Classic network instances.
-
Instances joined to an Active Directory (AD) domain.
-
Read-only instances and Cluster Edition primary instances with attached read-only instances.
Pricing
Zone migration is free. You will not be charged even if you migrate an instance from a single zone to multiple zones.
Migration types
|
Migration type |
Scenario |
|
Migrate from one zone to another zone |
The current zone is at full capacity or experiencing performance issues. |
|
Migrate from one zone to multiple zones |
After migration, the primary and secondary instances reside in different zones, enabling cross-data-center disaster recovery. Compared to single-zone instances, multi-zone instances tolerate higher-level failures. For example, single-zone instances withstand server- and rack-level failures, while multi-zone instances withstand data center-level failures. Note
For instances with primary and secondary nodes, migrate to multiple zones to enable cross-zone disaster recovery. |
|
Migrate from multiple zones to one zone |
To meet specific feature requirements. |
Before and after migration
|
Category |
Description |
|
Before migration |
|
|
After migration |
|
Procedure
Go to the Instances page. In the top navigation bar, select the region in which the RDS instance resides. Then, find the RDS instance and click the ID of the instance.
-
In the Basic Information section, click Migrate Data Across Zones.
NoteIf you cannot find this button, your instance might not meet the prerequisites or limits.
-
In the dialog box that appears, select the target zone, virtual private cloud (VPC), virtual switch, and migration time.
-
Click OK.
After clicking OK, the system starts copying data to the target zone without interrupting the instance. After copying finishes, traffic switches to the new path at your specified time—either Switch Now or Switch Within Maintenance Window.
FAQ
Q: Can I directly upgrade or change a Web Edition (Basic Series) RDS SQL Server instance to multi-zone and place primary and secondary instances in different zones?
A: No. Web Edition (Basic Series) RDS instances are single-zone and cannot be changed to multi-zone. First, upgrade your Web Edition (Basic Series) instance to Standard Edition (high-availability series with one primary and one secondary node). Then migrate the secondary zone to a different zone.
References
Migrate instance zones using the API (MigrateToOtherZone).