Does increase in database size needs an increase in instance class?? like from t1 to t3

0

Hi Started a WordPress site on ec2. The problem is as the amount data stored increases the site is not loading.

Site loads only after an increase in instance. The same pattern is repeated after upgrading of site to higher instance .

Is this pattern normal or abnormal?? Does increase in database size needs an increase in instance class?? for site to perform normally

TIA

2 Answers
0

Hello.

Database disk space cannot be increased simply by increasing the instance type.
If you are hosting your database on EC2, you will need to increase the EBS size.
Please increase the EBS size by following the steps in the document below, and then expand the disk file on the OS side.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/requesting-ebs-volume-modifications.html
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recognize-expanded-volume-linux.html

If you are hosting on RDS, you can increase the number from the database change screen.
It is also possible to perform automatic scaling, so please set it as necessary.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html

profile picture
EXPERT
answered 4 months ago
profile pictureAWS
EXPERT
reviewed 4 months ago
0

Hi,

To make a better choice, you may be interested in this very detailled post about instance class and type: https://blog.guilleojeda.com/aws-rds-instance-types-complete-guide

Best,

Didier

profile pictureAWS
EXPERT
answered 4 months ago

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