Question on Aurora Postgres

0

Hello all, We are planning to use aurora Postgres and mysql for few applications. But wanted some guidance on which instance, class type should we use for lower environment/non prod like Dev/Qa/Uat/perf and what we should use for production? Is there some recommendation based on usage etc. for this?

2개 답변
1

Hello.

I think it would be a good idea to refer to the text in the following document for a guideline for instance types.
For small workloads other than production environments, I think it is better to use the T-based instance class.
In a production environment, it depends on how the application uses the database, but in general, R-based memory-optimized instance classes are often used.
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html

profile picture
전문가
답변함 6달 전
profile pictureAWS
전문가
검토됨 6달 전
1

For Dev/Qa/Uat type environments I would look at using Aurora Serverless V2 (if your AWS region supports it) and see how you go. If those environments are not used 24x7 then this is likely to save you money. Start with a smaller amount of ACUs and scale up.

Each ACU is a combination of approximately 2 gibibytes (GiB) of memory, corresponding CPU, and networking. You specify the database capacity range using this unit of measure

This page covers some guidelines around capacity for Aurora Serverless.

For Perf/Prod look at the metrics that comes out of RDS in terms of memory/CPU from there work out if you want to go down the memory optimized (R Instance Types) or compute optimised (C instance Types) instance paths. If neither seems to be the constrained consider using an multi-purpose instance type (M). You can consider Serverless for Production as well however the AWS documentation states

This type of automation is especially valuable for multitenant databases, distributed databases, development and test systems, and other environments with highly variable and unpredictable workloads.

Using Aurora Serverless is not a one-way door as you can move back to standard instance types if you want

답변함 6달 전

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

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

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