๐ŸŒ
DynamoDB
dynobase.dev โ€บ dynamodb-vs-redis
DynamoDB vs Redis - The Ultimate Comparison
May 17, 2022 - We compare DynamoDB vs Redis in terms of use cases, performance, cost, security & many other features so you can select the right DB for your needs.
๐ŸŒ
Aerospike
aerospike.com โ€บ home โ€บ redis vs. dynamodb
Redis vs. DynamoDB | Aerospike
May 21, 2025 - Redis: Redis open-source costs are entirely infrastructure-dependent, while the managed Enterprise option adds significant, ongoing licensing costs. Due to the in-memory storage, operating costs can grow quickly, given the high cost of RAM. DynamoDB: Pricing is based on a combination of requests, storage, and additional features, which can quickly become complex and cumbersome.
Discussions

Cost Metrics For Cache Store - DynamoDB vs ElastiCache/Redis
If you have any serious volume of requests, Redis is always cheaper. DynamoDB + DAX is a similar option in terms of pricing. So unless your volume of requests is so small that DynamoDB is cheaper than the smallest Elasticache cluster, I'd go with Redis. More on reddit.com
๐ŸŒ r/aws
6
13
April 29, 2023
amazon web services - DynamoDB vs Redis for persistent storage? - Stack Overflow
We're using AWS, and considering to use DynamoDB or Redis on our new service. Below is our service's character Insert/Delete occur over between hundreds and thousands per minute, and will be larger More on stackoverflow.com
๐ŸŒ stackoverflow.com
amazon web services - Cost comparison of DynamoDB vs mongodb vs RDS SQL DB - Stack Overflow
I am right now using dynamodb in my app which is not in production yet. I have app that shows following items in different views 1) show list of orders posted by other users from last 3 days to the More on stackoverflow.com
๐ŸŒ stackoverflow.com
redis vs memchache vs elasticache vs dynamodb
DynamoDB = a database. This is a general purpose tool for storing data to retrieve later. It is an AWS managed service which means Amazon will handle the actual infrastructure the database runs on for you. It has some limited querying capability. redis = an in memory data-store. Similar to a database but the data is less permanent. Most people use it as a cache because it provides fast lookup times. Redis is an open source product so you can run it yourself or let a cloud provider run it for you. It has the least querying capability. memcached = similar to redis. Older technology. elasticache = an AWS managed cache service. Basically Amazon will create a redis or memcached instance for you. You donโ€™t need to worry about the infrastructure the cache runs on. elasticsearch = search software. Technically this is an open source tool but Amazon has a managed version with the same name. You use elasticsearch if you want an extreme amount of querying capability. It is also the slowest. More on reddit.com
๐ŸŒ r/aws
26
34
January 11, 2022
๐ŸŒ
Severalnines
severalnines.com โ€บ home โ€บ posts pages โ€บ redis vs dynamodb (a comparison)
Redis vs DynamoDB (a comparison) | Severalnines
June 7, 2022 - Cost Effective. One year free tier allows more than 40 million database operations/month and pricing is based on throughput (read/write per second) rather than storage ยท Automatic data replication. All data items are stored on Solid State Disks (SSDs) and automatically replicated across multiple availability zones in a region. Security is finesse. DynamoDB uses proven methods to authenticate users and prevent unauthorized data access. Redis is purely not a one-size-fits-all NoSQL database.
๐ŸŒ
Slashdot
slashdot.org โ€บ software โ€บ nosql database โ€บ amazon dynamodb vs. mongodb vs. redis
Compare Amazon DynamoDB vs. MongoDB vs. Redis in 2026
Ultimately, MongoDB Atlas not only simplifies deployment and scaling in the cloud but also fortifies your data with comprehensive security features that adapt to evolving requirements. ... Dragonfly serves as a seamless substitute for Redis, offering enhanced performance while reducing costs.
๐ŸŒ
MongoDB
mongodb.com โ€บ resources โ€บ compare โ€บ mongodb-dynamodb
Comparing DynamoDB And MongoDB | MongoDB
December 2, 2025 - Users can adjust any of these parameters on demand. The only additional charge would be for data transfer costs. In contrast, DynamoDB's pricing model is based on throughput.
๐ŸŒ
Altoros
altoros.com โ€บ home โ€บ couchbase capella vs. mongodb atlas vs. amazon dynamodb vs. redis enterprise cloud
Couchbase Capella vs. MongoDB Atlas vs. Amazon DynamoDB vs. Redis Enterprise Cloud | Altoros
June 21, 2023 - The full benchmark report contains ... cost per billion operations for Workload A and other scenarios. ... โ€œThe throughput of each database grew constantly depending on the type of a cluster. All databases achieved the throughput limit for each cluster type, except for DynamoDB during read operations on an 18-node cluster. Couchbase Capella demonstrated high throughput growth and clearly outperformed MongoDB Atlas, Amazon DynamoDB, and Redis Enterprise ...
Find elsewhere
๐ŸŒ
TrustRadius
trustradius.com โ€บ compare-products โ€บ amazon-dynamodb-vs-redis
Amazon DynamoDB vs Redis Software | TrustRadius
Compare Amazon DynamoDB vs Redis Software. 438 verified user reviews and ratings of features, pros, cons, pricing, support and more.
๐ŸŒ
ScyllaDB
scylladb.com โ€บ learn โ€บ dynamodb โ€บ introduction-to-dynamodb โ€บ comparison
DynamoDB Comparison | ScyllaDB
January 21, 2025 - DynamoDB autoscaling provisioned capacity is best suited for large, relatively predictable tables. Smaller tables or more unpredictable traffic can cause higher costs. Most workloads hosted on MongoDB clusters do not scale as well with a single API call but are cheaper overall with respect to data storage than DynamoDB.
๐ŸŒ
Sprinkle Data
sprinkledata.ai โ€บ blogs โ€บ mongodb-vs-dynamodb-11-major-differences
MongoDB vs. DynamoDB: A Comprehensive Comparative Analysis
October 2, 2023 - While DynamoDB presents itself as cost-effective for workloads characterized by variable traffic, diligent monitoring and resource optimization remain essential to avoid unexpected expenditure. ... โ€ MongoDB: MongoDB offers a flexible, document-oriented data model, allowing developers to store data in JSON-like documents with varying structures.
๐ŸŒ
StackShare
stackshare.io โ€บ stackups โ€บ amazon-dynamodb-vs-redis
Amazon DynamoDB vs Redis | What are the differences? | StackShare
Amazon DynamoDB - With it , you can offload the administrative burden of operating and scaling a highly available distributed database cluster, while paying a low price for only what you use. Redis - Redis is an open source (BSD licensed), in-memory data structure store, used as a database, ...
๐ŸŒ
Devathon
devathon.com โ€บ home โ€บ nosql databases: mongodb vs cassandra vs redis vs memcached vs dynamodb
NoSQL: MongoDB vs Cassandra vs Redis vs Memcached vs DynamoDB
February 8, 2021 - An overview of MongoDB, Cassandra, Redis, Memcached and DynamoDB and a detailed comparison between all 5 popular NoSQL databases.
Top answer
1 of 1
75

There are two type of Redis deployment in AWS ElastiCache service:

  1. Standalone
  2. Multi-AZ cluster

With standalone installation it is possible to turn on persistence for a Redis instance, so service can recover data after reboot. But in some cases, like underlying hardware degradation, AWS can migrate Redis to another instance and lose persistent log.

In Multi-AZ cluster installation it is not possible to enable persistence, only replication is occur. In case of failure it takes a time to promote replica to master state. Another way is to use master and slave endpoints in the application directly, which is complicated. In case of failure which cause a restart both Redis node at time it is possible to lose all data of the cluster configuration too.

So, in general, Redis doesn't provide high durability of the data, while gives you very good performance.

DynamoDB is highly available and durable storage of you data. Internally it replicates data into several availability zones, so it is highly available by default. It is also fully managed AWS service, so you don't need to care about Clusters, Nodes, Monitoring ... etc, which is considering as a right cloud way.

Dynamo DB is charging by R/W operation (on-demand or reserved capacity model) and amount of stored data. In may be really cheap for testing of the service, but much more expensive under the heavy load. You should carefully analyze you workload and calculate total service costs.

As for performance: DynamoDB is a SSD Database comparing to Redis in-memory store, but it is possible to use DAX - in-memory cache read replica for DynamoDB as accelerator on heavy load. So you won't be strictly limited with the DynamoDB performance.

Here is the link to DynamoDB pricing calculator which one of the most complicated part of service usage: https://aws.amazon.com/dynamodb/pricing/

๐ŸŒ
Medium
medium.com โ€บ @Tom1212121 โ€บ navigating-the-nosql-labyrinth-dynamodb-cassandra-mongodb-and-redis-abe19b73c95e
Navigating the No-SQL Labyrinth: DynamoDB, Cassandra, MongoDB and Redis | by Tomer Ben David | Medium
March 13, 2024 - See Redis as the lightning-quick scout โ€” providing real-time insights but requiring a plan for data durability. ... The best No-SQL database for you depends on your specific needs. Hereโ€™s a quick cheat sheet based on my experience: High Scalability and Performance: DynamoDB or Cassandra
๐ŸŒ
Puter
developer.puter.com โ€บ blog โ€บ dynamodb-alternatives
Top 5 DynamoDB Alternatives (2026)
April 15, 2026 - The top 5 DynamoDB alternatives are Puter.js, MongoDB, Redis, ScyllaDB, and PostgreSQL. Each addresses DynamoDB's core limitations differently: Puter.js eliminates backend costs and complexity entirely, MongoDB brings flexible querying and multi-cloud portability, Redis delivers unmatched speed for latency-sensitive workloads, ScyllaDB offers a DynamoDB-compatible API at a fraction of the cost, and PostgreSQL provides the full power of SQL with an unrivaled extension ecosystem.
๐ŸŒ
Panoply
blog.panoply.io โ€บ home โ€บ databases โ€บ dynamodb vs mongodb: performance comparison & cost analysis
DynamoDB vs MongoDB: Performance Comparison & Cost Analysis
March 8, 2024 - DynamoDB can be more expensive; MongoDB will provide savings in terms of service fees. But keep in mind, if you use Mongo DB, it will be up to your own infrastructure team to keep everything running smoothly (monitoring the services, scaling ...
๐ŸŒ
Svix
svix.com โ€บ faq โ€บ redis vs dynamodb
Redis vs DynamoDB | Svix Resources
Managed Redis services, such as Amazon ElastiCache, offer convenience but come with additional costs for management and scaling features. DynamoDB operates on a pay-as-you-go model, where costs are determined by the amount of data stored, the throughput provisioned, and additional features like backups, streams, and global tables.