Viewing the enrollment of your DB instances or Multi-AZ DB clusters in Amazon RDS Extended Support - Amazon Relational Database Service
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Viewing the enrollment of your DB instances or Multi-AZ DB clusters in Amazon RDS Extended Support

You can view the enrollment of your DB instances or Multi-AZ DB clusters in RDS Extended Support using the Amazon Web Services Management Console, the Amazon CLI, or the RDS API.

To view the enrollment of your DB instances or Multi-AZ DB clusters in RDS Extended Support
  1. Sign in to the Amazon Web Services Management Console and open the Amazon RDS console at https://console.amazonaws.cn/rds/.

  2. In the navigation pane, choose Databases. The value under RDS Extended Support indicates if a DB instance or Multi-AZ DB cluster is enrolled in RDS Extended Support. If no value appears, then RDS Extended Support isn't available for your database.

    Tip

    If the RDS Extended Support column doesn't appear, choose the Preferences icon, and then turn on RDS Extended Support.

    RDS Extended Support in database list.
  3. You can also view the enrollment on the Configuration tab for each database. Choose a database under DB identifier. On the Configuration tab, look under Extended Support to see if the database is enrolled or not.

    RDS Extended Support details.

To view the enrollment of your databases in RDS Extended Support by using the Amazon CLI, run the describe-db-instances or describe-db-clusters (Multi-AZ DB clusters) command.

If RDS Extended Support is available for a database, then the response includes the parameter EngineLifecycleSupport. The value open-source-rds-extended-support indicates that a DB instance or Multi-AZ DB cluster is enrolled in RDS Extended Support. The value open-source-rds-extended-support-disabled indicates that enrollment of the DB instance or Multi-AZ DB cluster in RDS Extended Support was disabled.

Example

The following command returns information for all of your DB instances:

aws rds describe-db-instances

The following response shows that a PostgreSQL engine running on the DB instance database-1 is enrolled in RDS Extended Support:

{ "DBInstanceIdentifier": "database-1", "DBInstanceClass": "db.t3.large", "Engine": "postgres", ... "EngineLifecycleSupport": "open-source-rds-extended-support" }

To view the enrollment of your databases in RDS Extended Support by using the Amazon RDS API, use the DescribeDBInstances or DescribeDBClusters operation.

If RDS Extended Support is available for a database, then the response includes the parameter EngineLifecycleSupport. The value open-source-rds-extended-support indicates that a DB instance or Multi-AZ DB cluster is enrolled in RDS Extended Support. The value open-source-rds-extended-support-disabled indicates that enrollment of the DB instance or Multi-AZ DB cluster in RDS Extended Support was disabled.