Aurora Postgres Serverless v2 instance for production

0

Is Postgres Serverless v2 instance good for production transactional system

已提問 1 年前檢視次數 547 次
3 個答案
1

Aurora Serverless v2 is an on-demand, autoscaling configuration for Amazon Aurora. Check this documention:

https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html#aurora-serverless-v2.use-cases

profile pictureAWS
已回答 1 年前
0

Yes it's good for a production transactional system, particularly if your workload is somewhat spiky. Your cluster can be a mix of provisioned & serverless, so the provisioned part can cover your base load and serverless can cover the spikes. This is better than covering it all with serverless v2 as it can get expensive.

Compared to serverless v1 is has faster scale up & down and will scale in smaller increments. Scaling is non-disruptive - no dropped connections.

One thing it's currently missing for infrequent-use workloads is that it doesn't scale down to 0, so you could argue it's not truly serverless!

專家
已回答 1 年前
0

Short answer is Yes. If system that you are planning run is having spiky or non-consistance load, Serverless V2 is perfect fit. V2 supports almost all the feature available with Aurora Postgres.

This can help in saving lots of cost and almost zero efforts in allocating compute for peak usages as it will grow when it is required.

If you are certain about the usages of your system, or plan for some Proof of concept or Performance test before going live on it to validate that system that you are planning use for V2.

also worth verify constraints:

https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_Limits.html

AWS
已回答 1 年前

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

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

回答問題指南