Parth
Parth

Reputation: 37

AWS EBS Volume usage issue

I am running an EC2 instance and have attached a 30gb volume to it. First off, here is my usage summary- enter image description here

I ran df -h and came up with this- enter image description here

CLI says 2gb used but on dashboard it says 10gb used? Why this discrepancy?

Upvotes: 0

Views: 662

Answers (1)

Marcin
Marcin

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

Related Questions