Aurora Postgres Serverless v2 instance for production

0

Is Postgres Serverless v2 instance good for production transactional system

demandé il y a un an546 vues
3 réponses
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
répondu il y a un an
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!

EXPERT
répondu il y a un an
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
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions