RDS allocated storage vs Max storage price

0

Hi All,

We have allocated 100 GB storage to RDS, and max storage size is 150 GB. do we change to 100 GB or 150 GB?

asked 3 months ago892 views
1 Answer
0
Accepted Answer

Hi Sanjeev,

The decision to set the allocated storage for your RDS instance depends on your specific requirements and the expected growth of your database.

Allocated Storage is the amount of storage that you provision for your RDS instance. It represents the initial amount of storage that is allocated to your database.
On the other hand, Max Storage Size is the maximum amount of storage that your database can automatically scale to, based on the allocated storage and the storage autoscaling settings.

If you have set the allocated storage to 100 GB and the max storage size to 150 GB, it means your database can automatically scale up to 150 GB if needed.
Keep in mind that provisioning more storage than you currently need may result in higher costs.

References:
[1] https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html

Hope this answers your question.

Thanks,
Atul

profile picture
answered 3 months ago
  • Hi Atul, Thanks for clear explanation and let's say my database size 80GB and allocated storage size is 100 and max storage size 150, will it cost for 100 GB or 150 GB.

  • Hi Sanjeev, in RDS, you are billed based on the allocated storage size, which in your case is 100GB. So, you would be billed for the allocated storage size, not the actual used space (80GB) or the maximum allowed size (150GB).

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions