DB Instance Introduction¶
Currently, RDS DB instances are classified into the following types:
Single
Primary/Standby
Cluster
Different series support different DB engines and instance specifications.
DB Instance Type | Description | Scenarios |
---|---|---|
Single | Uses a single-node architecture. More cost-effective than the mainstream primary/standby DB instances. |
|
Primary/Standby | Uses an HA architecture with one master node and one slave node. The primary and standby DB instances share the same IP address and can be deployed in different AZs. |
|
Cluster | Uses the Microsoft Always On architecture with one master node, one slave node, and up to five read-only nodes. It features higher availability, reliability, and scalability. |
|