what are the versions of aurora serverless postgresql db engine that suppports rds data api?

0

I'm using db version engine 13.10 and trying to create an instance with aurora serverless postgresql complaint, but get an error =>

creating RDS cluster: The engine version that you specified doesn't suppport the HTTP endpoint for using RDS Data API. 
已提問 1 個月前檢視次數 739 次
1 個回答
0

Aurora Serverless v1 and Aurora Database Engine Versions: Aurora Serverless v1 is available in specific AWS Regions and supports both Aurora MySQL and Aurora PostgreSQL. For Aurora PostgreSQL, you can choose among the following compatible versions:

  • Aurora PostgreSQL 11-compatible
  • Aurora PostgreSQL 13-compatible

Minor releases for Aurora PostgreSQL-Compatible Edition include only changes that are backward-compatible. Your Aurora Serverless v1 DB cluster is transparently upgraded when a new minor release becomes available for Aurora PostgreSQL v1 in your AWS Region.

Aurora Serverless v2 and RDS Data API: Aurora Serverless v2 now supports a redesigned RDS Data API for both Aurora Serverless v2 (ASv2) and Aurora provisioned database instances. You can access these Aurora clusters via a secure HTTP endpoint and run SQL statements without the need for database drivers or managing connections.

Requirements for Aurora Serverless v2: If you’re using Aurora Serverless v2, ensure that you specify the correct engine version. The –engine parameter can be either aurora-mysql or aurora-postgresql. The supported –engine-version values depend on the combination of –region and –engine you choose3. In summary, if you’re using Aurora Serverless v1, make sure you select a compatible Aurora PostgreSQL version (either 11 or 13). For Aurora Serverless v2, you can use the RDS Data API with both Aurora Serverless v2 and provisioned instances.

已回答 1 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南