Skip to main content
U.S. flag

An official website of the United States government

Getting RDS version information

May 20, 2021

The dedicated plans listed in the RDS Services page (marked “AWS RDS Latest”) deploy the default version as advertised by AWS.

There is currently no way to verify ahead of time the version of an RDS service that will be deployed by the cloud.gov broker, but you can check the version once an instance has been created by connecting to that instance using the cf-service-connect plugin. Once the database prompt appears, run the command that matches the database you’re using:

  • PostgreSQL: SELECT version();
  • MySQL: SELECT VERSION();
  • Oracle: SELECT * FROM v$version;

Note that you can also look at the AWS RDS User Guides for PostgreSQL, MySQL, and Oracle for version information, but these documents sometimes lists versions that are not yet available on AWS GovCloud.

cloud.gov

An official website of the U.S. General Services Administration

Looking for U.S. government information and services?
Visit USA.gov