- Newest
- Most votes
- Most comments
Hi Akshay
There are 3 types of free tiers in AWS: Free Trials, 12 months free and Always free
The Free tier mentioned in the DynamoDB doc is under the Always Free category.
So, as long as you are staying within the specified free tier limits for Standard tables every month, you will not be charged.
Hello.
AWS offers 25x24x30 Hrs worth of RCU and WCU for free per month for their STANDARD class tables.
DynamoDB's free tier offers a total of 25GB of storage and 25 RCUs and WCUs across your account.
In your case, you have created 13 tables and allocated 5 RCU and 5 WCU per table, which exceeds the limit.
If you allocate 5RCU and 5WCU to tables, I think that the free tier is limited to 5 tables.
https://aws.amazon.com/dynamodb/pricing/?nc1=h_ls
https://aws.amazon.com/free/?nc1=h_ls&all-free-tier.sort-by=item.additionalFields.SortRank&all-free-tier.sort-order=asc&awsf.Free%20Tier%20Types=*all&awsf.Free%20Tier%20Categories=*all&all-free-tier.q=dynamodb&all-free-tier.q_operator=AND
Does DynamoDB offer a free tier?
Yes, the free tier for DynamoDB provides 25GB of storage, along with 25 provisioned Write and 25 provisioned Read Capacity Units (WCU, RCU) which is enough to handle 200M requests per month.
Hello Riku Kobayashi, thanks for your answer. But I think my question was confusing a lot so I have updated the question. Could you please take a look and answer it.
Relevant content
- asked 5 years ago
- asked 5 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 months ago
Thank you Almas-AWS for your clarification .