Am I billed while a RDS instance is starting/backing up?

0

I'm taking the Developer pathway on AWS Skill Builder, and the db.t2.micro instance has been starting up and backing up for over 20 minutes. Will I be billed for this time, or does the billing only start once the DB is usable?

질문됨 2년 전584회 조회
3개 답변
1
수락된 답변

Hello Spartanhooah

I am assuming you are using AWS free tier. If so, RDS is part of the free tier and you are allowed 750 hours of Amazon RDS Single-AZ db.t2.micro Instance usage. It also includes 20 GB of General Purpose (SSD) DB Storage and 20 GB of backup storage for your automated database backups and any user-initiated DB Snapshots. Backup storage is free up to 20 GB or the size of your DB storage, whichever is less, and requires you to have at least one DB instance running in your account. If you exceed these limits, or if you terminate all DB instances in your account, backup storage will be charged at standard RDS rates.

Thanks

Kamal
답변함 2년 전
1

The RDS billing details is here. Since you did not mentioned which RDS engine, i am not sure what would be the cost for particular instance as it depends upon many factor like region, instance class, engine, MAZ/SAZ etc which you can find below. As far as your question on "billing while RDS Instance is backing up? The answer is yes. As RDS will be accessible for your usage to make any DDL/DML operation. You can not modify the RDS when it is in backing-up state but you can pretty much use it for your read/write workload as normal.

https://aws.amazon.com/rds/pricing/

For Single-AZ Deployments, Multi-AZ Deployment (one standby instance), and Multi-AZ Deployment (two readable standby instances), pricing is per DB instance-hour consumed, from the time a DB instance is launched until it is stopped or deleted. Partial DB instance-hours are billed in one-second increments with a 10 minute minimum charge following a billable status change such as creating, starting, or modifying the DB instance class.

https://aws.amazon.com/rds/mysql/pricing/

Bakul_R
답변함 2년 전
1

In addition to what was already said, this documentation page lists, for each possible status of an RDS instance, whether it will be billed or not.

AWS
답변함 2년 전

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

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

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

관련 콘텐츠