Reputation: 37
I am running an EC2 instance and have attached a 30gb volume to it. First off, here is my usage summary-
I ran df -h
and came up with this-
CLI says 2gb used but on dashboard it says 10gb used? Why this discrepancy?
Upvotes: 0
Views: 662
Reputation: 238051
CLI says 2gb used but on dashboard it says 10gb used? Why this discrepancy?
2GB is irrelevant, as this is what you instance is using. You provisioned a 30GB EBS volume and this will be counted towards for free-tier limit.
The dashboard is not real-time. You may need to wait for a day or two for it to update and correctly reflect your free-tier usage.
So if you have nothing else that uses EBS, your free-tier usage is 30 GB at the moment.
Upvotes: 2