Help Center> Relational Database Service> FAQs> Product Consulting> How Do I Distinguish Between General-Purpose and Dedicated RDS for MySQL Instances Using Cloud SSDs?
Updated on 2024-05-13 GMT+08:00

How Do I Distinguish Between General-Purpose and Dedicated RDS for MySQL Instances Using Cloud SSDs?

You can use either of the following methods:

Checking the Instance Class on the Console

  1. Log in to the management console.
  2. Click in the upper left corner and select a region and a project.
  3. Click in the upper left corner of the page and choose Databases > Relational Database Service.
  4. On the Instances page, click the instance name.
  5. In the DB Information area on the displayed page, check the specification code next to the Instance Class field.

    • General-purpose: The specification code contains n1.
    • Dedicated: The specification code contains x1.

Querying the Instance Class through the API

Call the API used for querying database specifications and check the instance class based on the value of the returned response parameter group_type.

  • general: general-purpose
  • dedicated: dedicated
  • rapid: dedicated (offline)

Product Consulting FAQs

more