Getting a list of available versions in your Amazon Web Services Region - Amazon Aurora
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).

Getting a list of available versions in your Amazon Web Services Region

You can get a list of all engine versions available as upgrade targets for your Aurora PostgreSQL DB cluster by querying your Amazon Web Services Region using the describe-db-engine-versions Amazon CLI command, as follows.

For Linux, macOS, or Unix:

aws rds describe-db-engine-versions \ --engine aurora-postgresql \ --engine-version version-number \ --query 'DBEngineVersions[*].ValidUpgradeTarget[*].{EngineVersion:EngineVersion}' \ --output text

For Windows:

aws rds describe-db-engine-versions ^ --engine aurora-postgresql ^ --engine-version version-number ^ --query "DBEngineVersions[*].ValidUpgradeTarget[*].{EngineVersion:EngineVersion}" ^ --output text

For example, to identify the valid upgrade targets for an Aurora PostgreSQL version 12.10 DB cluster, run the following Amazon CLI command:

For Linux, macOS, or Unix:

aws rds describe-db-engine-versions \ --engine aurora-postgresql \ --engine-version 12.10 \ --query 'DBEngineVersions[*].ValidUpgradeTarget[*].{EngineVersion:EngineVersion}' \ --output text

For Windows:

aws rds describe-db-engine-versions ^ --engine aurora-postgresql ^ --engine-version 12.10 ^ --query "DBEngineVersions[*].ValidUpgradeTarget[*].{EngineVersion:EngineVersion}" ^ --output text

In the following table, you can find both major and minor version upgrade targets for different Aurora PostgreSQL DB versions. To maintain compatibility, not all versions are offered as upgrade targets. Aurora PostgreSQL introduces new features and bug fixes with each quarterly minor version release. For information about Aurora PostgreSQL minor releases, see the Release Notes for Aurora PostgreSQL.

Current source version Upgrade targets
16.6

None

16.4 16.6
16.3 16.6, 16.4
16.2 16.6, 16.4, 16.3
16.1 16.6, 16.4, 16.3, 16.2
15.10 16.6
15.8

16.6, 16.4

15.10

15.7

16.6, 16.4, 16.3

15.10, 15.8

15.6

16.6, 16.4, 16.3, 16.2

15.10, 15.8, 15.7

15.5

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6

15.4

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5

15.3

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4

15.2

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4, 15.3

14.15

16.6

15.10

14.13

16.6, 16.4

15.10, 15.8

14.15

14.12

16.6, 16.4, 16.3

15.10, 15.8, 15.7

14.15, 14.13

14.11

16.6, 16.4, 16.3, 16.2

15.10, 15.8, 15.6

14.15, 14.13, 14.12

14.10

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5

14.15, 14.13, 14.12, 14.11

14.9

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4

14.15, 14.13, 14.12, 14.11, 14.10

14.8

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4, 15.3, 15.2

14.15, 14.13, 14.12, 14.11, 14.10, 14.9

14.7

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4, 15.3, 15.2

14.15, 14.13, 14.12, 14.11, 14.10, 14.9, 14.8

14.6

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4, 15.3, 15.2

14.15, 14.13, 14.12, 14.11, 14.10, 14.9, 14.8, 14.7

14.5

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4, 15.3, 15.2

14.15, 14.13, 14.12, 14.11, 14.10, 14.9, 14.8, 14.7, 14.6

14.4

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4, 15.3, 15.2

14.15, 14.13, 14.12, 14.11, 14.10, 14.9, 14.8, 14.7, 14.6, 14.5

14.3

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4, 15.3, 15.2

14.15, 14.13, 14.12, 14.11, 14.10, 14.9, 14.8, 14.7, 14.6, 14.5, 14.4

13.18

16.6

15.10

14.15

13.16

16.6, 16.4

15.10, 15.8

14.15, 14.13

13.18

13.15

16.6, 16.4, 16.3

15.10, 15.8, 15.7

14.15, 14.13, 14.12

13.18, 13.16

13.14

16.6, 16.4, 16.3, 16.2

15.10, 15.8, 15.7, 15.6

14.15, 14.13, 14.11

13.18, 13.16, 13.15

13.13

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5

14.15, 14.13, 14.12, 14.11, 14.10

13.18, 13.16, 13.15, 13.14

13.12

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4

14.15, 14.13, 14.12, 14.11, 14.10, 14.9

13.18, 13.16, 13.15, 13.14, 13.13

13.11

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4, 15.3

14.15, 14.13, 14.12, 14.11, 14.10, 14.9, 14.8

13.18, 13.16, 13.15, 13.14, 13.13, 13.12

13.10

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4, 15.3, 15.2

14.15, 14.13, 14.12, 14.11, 14.10, 14.9, 14.8, 14.7

13.18, 13.16, 13.15, 13.14, 13.13, 13.12, 13.11

13.9

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4, 15.3, 15.2

14.15, 14.13, 14.12, 14.11, 14.10, 14.9, 14.8, 14.7, 14.6

13.18, 13.16, 13.15, 13.14, 13.11, 13.10

13.8

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4, 15.3, 15.2

14.15, 14.13, 14.12, 14.11, 14.10, 14.9, 14.8, 14.7, 14.6, 14.5

13.18, 13.16, 13.15, 13.14, 13.13, 13.12, 13.11, 13.10, 13.9

13.7

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4, 15.3, 15.2

14.15, 14.13, 14.12, 14.11, 14.10, 14.9, 14.8, 14.7, 14.6, 14.5, 14.4, 14.3

13.18, 13.16, 13.15, 13.14, 13.13, 13.12, 13.11, 13.10, 13.9, 13.8

12.22

16.6

15.10

14.15

13.18

12.20

16.6, 16.4

15.10, 15.8

14.15, 14.13

13.18, 13.16

12.22

12.19

16.6, 16.4, 16.3

15.10, 15.8, 15.7

14.15, 14.13, 14.12

13.18, 13.16, 13.15

12.22, 12.20

12.18

16.6, 16.4, 16.3, 16.2

15.10, 15.8, 15.7, 15.6

14.15, 14.13, 14.12, 14.11

13.18, 13.16, 13.15, 13.14

12.22, 12.20, 12.19

12.17

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5

14.15, 14.13, 14.12, 14.11, 14.10

13.18, 13.16, 13.15, 13.14, 13.13

12.22, 12.20, 12.19, 12.18

12.16

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4

14.15, 14.13, 14.12, 14.11, 14.10, 14.9

13.18, 13.16, 13.15, 13.14, 13.13, 13.12

12.22, 12.20, 12.19, 12.18, 12.17

12.15

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4, 15.3

14.15, 14.13, 14.12, 14.11, 14.10, 14.9, 14.8

13.18, 13.16, 13.15, 13.14, 13.13, 13.12, 13.11

12.22, 12.20, 12.19, 12.18, 12.17, 12.16

12.14

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.5, 15.4, 15.3, 15.2

14.15, 14.13, 14.12, 14.11, 14.10, 14.9, 14.8, 14.7

13.18, 13.16, 13.15, 13.14, 13.13, 13.12, 13.11, 13.10

12.22, 12.20, 12.19, 12.18, 12.17, 12.16, 12.15

12.13

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4, 15.3, 15.2

14.15, 14.13, 14.12, 14.11, 14.10, 14.9, 14.8, 14.7, 14.6

13.18, 13.16, 13.15, 13.14, 13.13, 13.12, 13.11, 13.10, 13.9

12.22, 12.20, 12.19, 12.18, 12.17, 12.16, 12.15, 12.14

12.12

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4, 15.3, 15.2

14.15, 14.13, 14.12, 14.11, 14.10, 14.9, 14.8, 14.7, 14.6, 14.5

13.18, 13.16, 13.15, 13.14, 13.13, 13.12, 13.11, 13.10, 13.9, 13.8

12.22, 12.20, 12.19, 12.18, 12.17, 12.16, 12.15, 12.14, 12.13

12.11

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4, 15.3, 15.2

14.15, 14.13, 14.12, 14.11, 14.10, 14.9, 14.8, 14.7, 14.5, 14.4, 14.3

13.18, 13.16, 13.15, 13.14, 13.13, 13.12, 13.11, 13.10, 13.9, 13.8, 13.7

12.22, 12.20, 12.19, 12.18, 12.17, 12.16, 12.15, 12.14, 12.13, 12.12

12.9

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4, 15.3, 15.2

14.15, 14.13, 14.12, 14.11, 14.10, 14.9, 14.8, 14.7

13.18, 13.16, 13.14, 13.13, 13.12, 13.11, 13.10, 13.9, 13.8, 13.7

12.22, 12.20, 12.19, 12.18, 12.17, 12.16, 12.15, 12.14, 12.13, 12.12, 12.11

11.21

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4

14.15, 14.13, 14.12, 14.11, 14.10, 14.9

12.22, 13.16, 13.15, 13.14, 13.13, 13.12

12.22, 12.20, 12.19, 12.18, 12.17, 12.16

11.9

16.6, 16.4, 16.3, 16.2, 16.1

15.10, 15.8, 15.7, 15.6, 15.5, 15.4, 15.3, 15.2

13.18, 14.13, 14.12, 14.11, 14.10, 14.9, 14.8, 14.7, 14.6

13.18, 13.16, 13.15, 13.14, 13.13, 13.12, 13.11, 13.10, 13.9

12.22, 12.20, 12.19, 12.18, 12.17, 12.16, 12.15, 12.14, 12.13, 12.12, 12.11, 12.09

11.21

For any version that you're considering, always check the availability of your cluster's DB instance class. For example, db.r4 isn't supported for Aurora PostgreSQL 13. If your Aurora PostgreSQL DB cluster currently uses a db.r4 instance class, you need to move to db.r5 before trying to upgrade. For more information about DB instance classes, including which ones are Graviton2-based and which ones are Intel-based, see Amazon Aurora DB instance classes.