Aurora Postgres Serverless v2 instance for production

0

Is Postgres Serverless v2 instance good for production transactional system

질문됨 일 년 전546회 조회
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
답변함 일 년 전
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!

전문가
답변함 일 년 전
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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠