Choosing right RDS Instance type for SQL Server

0

Hello, We have around 10 databases and planning to migrate to RDS SQL Server(2 RDS). currently we have 4 CPU and 16 GB RAM. How to decide the right sizing for RDS instance . do we have any queries to capture the SQL Server metircs.

Thanks

已提问 4 个月前1097 查看次数
2 回答
2

Hi,

To right-size while optimizing your costs, I would suggest 2 complementary options:

  1. separate each of your distinct databases in its own RDS instance. This way you will be able to optimize the full setup (sizing, storage, backup, HA) individually to best match the needs without having to decide based on the most demanding of your 4 dbs.
  2. leverage auto-scaling for both storage: https://aws.amazon.com/about-aws/whats-new/2019/06/rds-storage-auto-scaling/ to avoid under- or overprovisionning until you know well capacity that you need if you eventually want to shift to a static configuration. It happens without downtime. For compute scaling: you have to choose between 2 options: horizontal or vertical scaling depending on your use case. This blog will help you to choose: https://aws.amazon.com/blogs/database/scaling-your-amazon-rds-instance-vertically-and-horizontally/

Best,

Didier

profile pictureAWS
专家
已回答 4 个月前
  • Thanks Didier , We are more focus on instance type (db.m5.large etc)

1

Hello,

You can start by matching your existing database servers' vCPU and memory configuration.Then if you need you can upsize your instance size as per your need. It is also good to overprovision by 10-20% initially to allow for future growth

Below are a few links you can refer to that will help you in choosing the right size for your RDS -

https://docs.aws.amazon.com/whitepapers/latest/cost-optimization-right-sizing/tips-for-right-sizing-your-workloads.html

https://aws.amazon.com/blogs/database/capture-and-tune-resource-utilization-metrics-for-amazon-rds-for-sql-server/

Thanks

已回答 4 个月前
  • Thanks for sharing your inputs, if we have dedicated server than we can follow above but if , we have shared databases server with mutiple applications, how to idenfity which database is using more resources , do we have any helps scripts from AWS. Thanks

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则