Difference between free tier GP2 storage and gp2 storage running PostgreSQL?

0

I´m a begginer in AWS and I'm using the free tier to learn AWS, and I´ve tried with one instance database. A few days ago, there are some little costs with GB/month gp2 storage running PostgreSQL.

What's the difference between free tier GP2 storage and gp2 storage running PostgreSQL?

1 回答
1
已接受的回答

Hello, I hope you are doing well! From your question, its unclear the region in which your resources are operating and if you are running PostgreSQL within Amazon EC2 or if you are leveraging Amazon RDS to run your database. For each service, there is separate free tier which stipulates what you will not be charged for as long as you are operating within the free tier limits.

For example, Amazon EBS when used with Amazon EC2 allows for the following utilization within the free tier (link to source):

  • 30 GB of Amazon EBS: any combination of General Purpose (SSD) or Magnetic
  • 2,000,000 I/Os (with EBS Magnetic)
  • 1 GB of snapshot storage

With Amazon RDS, the free tier includes the following usage (link to source):

  • 750 Hours per month of db.t2.micro database usage (applicable DB engines)
  • 20 GB of General Purpose (SSD) database storage
  • 20 GB of storage for database backups and DB Snapshots

**Note that the RDS free tier is inclusive of its storage utilization whereas EC2 and EBS have separate free tiers. **

Moving forward, I suggest you leverage AWS Cost Explorer to further dive into your AWS utilization and costs. If you are using RDS, I suggest specifying the following within Cost Explorer:

  • Group By - Usage Type
  • Filter - Service - Relational Database Service
  • Filter - Usage Type Group - RDS: Storage

If you are using EC2, I suggest specifying the following within Cost Explorer:

  • Group By - Usage Type
  • Filter - Service - EC2-Other
  • Filter - Usage Type Group - EC2: EBS - SSD(gp2)

For either of the above views in Cost Explorer, you'll be able to see the volume usage in GB-Month as well as any associated costs for that utilization. I hope that this answers your question and provides additional visibility into why you were seeing costs for gp2.

AWS
已回答 2 年前
profile picture
专家
已审核 18 天前
profile picture
专家
已审核 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则