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
전문가
검토됨 14일 전
profile picture
전문가
검토됨 한 달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠