- Newest
- Most votes
- Most comments
It says "GB-Mo" that is gigabytes per MONTH. Reason why it is increasing is because time goes by. You said you have provisioned 25GB EBS disk -> after a month this number will be about "25GB-Mo".
Ps. It has nothing to do with how much of it you have actually "used". This is something AWS can not know for a block device like EBS.
To expand on Kallu's answer, you have a 25GB disk which as he said would consume 25 GB-Mo per month, i.e roughly (25/30) GB-Mo per day = 0.8 GB-Mo per day, which is about what you're seeing.
Thanks for answer. Will it exceed the 30GB-mo? I decided to take 25GB disk on purpose to avoid exceeding the 30GB free-tier limit. Is it safe like that? Is there any chance to exceed the limit?
No, it will not exceed that limit, unless you decide to add more storage (inscrease the volume size or add new volume). You are charged for what you provision in the case with ESB volumes. If you only created one volume that's 25Gb large, then you should not run over the free tier limit. Also consider that if you are making snapshots of your EBS volume (backups), they are billed separately, and you need to check if you are covered by free tier for snapshots, too.
Relevant content
- Accepted Answerasked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 5 years ago
- AWS OFFICIALUpdated a year ago
Okay I thought about that too. But in that case shouldn't it increase 104M per-day since my running Node.js server's size is 104M? Yesterday it was 4.864G and this morning 5.536G it increased almost 700M. Does it account the OS based files? But if it account OS files, in that case shouldn't it increase 3.5G per-day since it's the size of OS files? I'm totally confused now. Your clarification will be much appreciated, thanks.