Hi Guys,
Hope someone can assist me and shed some light on this. I am in the process of designing a SaaS. I won't go into details for obvious reasons, but I need to try and figure out what AWS Database Instance will best suite my needs.
The usage will be as follows:
1. <=500 users a month
2. <=200 Transactions per user per day
3. Most transactions will read/write/update/delete either a single record, or a set of records (Not more than 20 records per call)
4. About 20% off transactions will be Single row + related child records CRUD
4. Multi Tenant Schema
5. DB Size will be +- 20GB At most
I am currently using the AWS RDS for MariaDB t3 micro which is 2OCPU + 1GB MEMORY. Its fine for my development purposes, but I need to calculate my monthly costs, and the Database is by far the most expensive component.
Any comments, help or insight would be very much appreciated.
Hope someone can assist me and shed some light on this. I am in the process of designing a SaaS. I won't go into details for obvious reasons, but I need to try and figure out what AWS Database Instance will best suite my needs.
The usage will be as follows:
1. <=500 users a month
2. <=200 Transactions per user per day
3. Most transactions will read/write/update/delete either a single record, or a set of records (Not more than 20 records per call)
4. About 20% off transactions will be Single row + related child records CRUD
4. Multi Tenant Schema
5. DB Size will be +- 20GB At most
I am currently using the AWS RDS for MariaDB t3 micro which is 2OCPU + 1GB MEMORY. Its fine for my development purposes, but I need to calculate my monthly costs, and the Database is by far the most expensive component.
Any comments, help or insight would be very much appreciated.