I want to understand how amazon RDS pricing works. I have already sent an email for amazon sales team, but I didn't get any response.
My specs are:
- 1 Instance of db.t2.micro ($0.017 per hour)
- Region us-east-1
- Usage 744 hours per month (31 days x 24 hours)
- Availability Standard Single A-Z
- Storage General Purpose SSD 5GB
- Inter-Region Data Transfer Out ???
- Data Transfer Out ???
- Data Transfer In ???
- Intra-Region Data Transfer ???
My scenario is one Heroku application communicating with Amazon RDS.
My questions are:
- Inter-Region Data Transfer Out: I won't have traffic here as heroku runs in the same region as Amazon RDS which is us-east-1, correct ?
- Data Transfer Out: is the data that comes out from Amazon RDS and goes to the internet (so here I won't have any traffic, because only my Heroku App will access my database). But I can see here that if I connect in my database through MySQL Workbench I will have some traffic in this item, correct ?
- Data Transfer In: is the data that comes from the Internet and goes to Amazon RDS (so here I won't have any traffic, because only my Heroku App will access my database). But I can see here that if I connect in my database through MySQL Workbench I will have some traffic in this item, correct ?
- Intra-Region Data Transfer: is the data sent/received between Heroku App and Amazon RDS, as they are in the same region which is us-east-1, correct ?
- Storage General Purpose SSD: I will be billed only for the data that I save in my database per month, correct ? For example, if I save 5GB per month in my database I will be billed in $0.575 ($0.115 x 5) ?
Thanks.