How to Determine Which Instances are Running These Versions?
- In the Amazon RDS console, you can see details about a database cluster, including the Aurora PostgreSQL version of instances in the cluster, by choosing Databases from the console’s navigation pane.
- To view DB cluster information by using the AWS CLI, use the describe-db-clusters command.
- To view DB cluster information using the Amazon RDS API, use the DescribeDBClusters operation. You can also query a database directly to get the version number by querying the aurora_version() system function i.e., “SELECT * FROM aurora_version();“.
Should you have any questions or concerns, the AWS Support Team is available on the community forums and via Premium Support [1].
[1] https://aws.amazon.com/support