- Newest
- Most votes
- Most comments
Hello, EBS pricing is based on per second usage, so you do not need to pay for 30 days. If you used the first 8 gigabyte for one hour, and another 8 gigabytes for another hour, you only have to pay the cost of 8 gigabytes * 2 hours.
The term "provision" in this context refers to the amount of storage capacity you allocate for your EBS volume, regardless of whether you actually use that storage or not.
EG.,
In a region that charges $0.08 per GB-month, you would be charged:
First EBS volume charge(GP3): ($0.08 per GB-month * 8 GB * 3600 seconds / (86,400 seconds/day * 30-day month)) = $0.8
Second EBS volume charge(GP3): ($0.08 per GB-month * 8 GB * 3600 seconds / (86,400 seconds/day * 30-day month)) = $0.8
Total: $ 1.6
Based on your volume size, you can change to 8GB. Also, change 3600 seconds to the number of seconds your volume is provisioned for.
For more details please refer EBS pricing document: [+] https://aws.amazon.com/blogs/aws/new-per-second-billing-for-ec2-instances-and-ebs-volumes/
Hey hii
Amazon EBS charges based on the amount of storage you provision per month. This means you pay for the size of the volume you create, regardless of how much data you actually store on it.
- Provisioning means specifying the size of the volume when you create it.
- Deleting a volume releases the provisioned storage, and you stop being charged for it.
In your case:
- You provisioned an 8GB EBS volume.
- You deleted it.
- You provisioned another 8GB EBS volume.
Since you only had an 8GB volume active at any given time, you will be charged for 8GB, not 16GB.
Key Point: The key to understanding EBS pricing is to focus on the size of the volume you create, not the total amount of data stored or transferred.
- Volume Types: Different EBS volume types (e.g., gp2, io1) have different pricing structures.
- Data Transfer: If you transfer data to or from your EBS volume, you might incur data transfer charges.
For more follow the links
Relevant content
- asked 5 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 months ago