Amazon RDS Reviews
Overall rating
Filter by
Company size
Time used
211 Reviews
- Industry: Banking
- Company size: 10,000+ Employees
- Used Daily for 1+ year
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support Software
- Likelihood to recommend 9.0 /10
High availability even for database beginners
Reviewed on 18/07/2022
I am using it as a MySQL server. With a managed database server, almost everything can be configured...
I am using it as a MySQL server. With a managed database server, almost everything can be configured by just operating the configuration screen, so it is recommended that even members with little knowledge of MySQL can create a high availability database infrastructure, such as creating a Master-Slave configuration. It was possible to significantly reduce the man-hours required to install and configure the DB supports in EC2 and the upgrade procedure for maintenance, and dedicate the man-hours to other design and construction work. Including a BD license, it has freed us from license management. In addition, by not needing a physical space, we are freed from the whole flow of purchasing it.
Pros
It is a pay-per-use system where you are only charged for the number of transactions that occur. Still, there is also a subscription system called Reserved Instances (RI), so instances that generate transactions frequently use this system to reduce costs significantly. There are three types to choose from: one-year prepayment, one-year prepayment, monthly payment, and no prepayment, depending on the kind of discount. Pay-per-use is basically cheaper for cases where transactions do not occur frequently, depending on the situation, so you can optimize the charge by using different payment methods depending on the application.
Cons
I would like you to provide a concrete fault test solution. If you do not have a high level of knowledge about RDS, you cannot be relieved that you cannot perform useful failure tests assuming a failure occurs.
Alternatives Considered
QuickbaseReasons for Choosing Amazon RDS
I migrated to RDS from a database server with MySQL installed on a LINUX server. When creating a master-slave configuration, it was necessary to configure MySQL for two servers, but with the switch to RDS, only a few clicks are needed. In addition, the Availability Zone automatically becomes redundant, which makes it easier to manage.Switched From
PostgreSQLReasons for Switching to Amazon RDS
It is necessary to stop updating the specifications, but it is easy and simple to update.- Industry: Computer Software
- Company size: 51–200 Employees
- Used Daily for 2+ years
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support Software
- Likelihood to recommend 9.0 /10
High quality, bulletproof managed database service
Reviewed on 20/04/2022
We use Amazon RDS to manage our key production/transactional databases for our customer-facing...
We use Amazon RDS to manage our key production/transactional databases for our customer-facing applications as well as our development environment, internal ERP, etc.
We definitely gain value and efficiency from not having to deal with the management of yet another server - and its operating system, patches, uptime, etc. - it is a real boon to simply have a database-as-a-service that we spin up, connect to, and work with, letting AWS deal with all the management.
Pros
AWS RDS allows us to deploy databases easily and efficiently with great resilience, scalability, and security - but without having to deal with managing a server. RDS makes it easy to spin up a new database, have multi-availability zone replicas, back it up, and do many other things. It's also dead easy to upgrade software versions - simply let AWS look after it.
Cons
Being a managed database service there are restrictions; for instance, with SQL Server you don't have the sysadmin role and you can't set any trace flag you want. You can adjust a number of parameters in the RDS console but only those which AWS have explicitly added support for. There are other caveats and restrictions for other DBMS products too.
Another thing I don't like is when you change your instance size it takes a long time - but at least there's no downtime. Also, tooling is restricted.
A lot of great tools to dig into performance and query tracing won't work with the AWS caveats so you have to use the AWS RDS console and logs and it can be more tedious to really drill into application performance bottlenecks.
Alternatives Considered
Microsoft AzureReasons for Choosing Amazon RDS
We wanted to move from on-premises to the cloud.Switched From
Microsoft SQL ServerReasons for Switching to Amazon RDS
Ultimately, despite being a Microsoft environment historically, our developers felt AWS provided superior tooling and functionality.- Industry: Computer Software
- Company size: 11–50 Employees
- Used Daily for 2+ years
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support Software
- Likelihood to recommend 7.0 /10
Will cost you all yourmoney.
Reviewed on 07/04/2021
Easy to setup. Very expensive. Play great with other AWS services.
The main issue is that metrics...
Easy to setup. Very expensive. Play great with other AWS services.
The main issue is that metrics collected manually will never meet AWS metrics which are used to bill your stack. And of course AWS point of view will be much costly. Their Enterprise Support can not understand why metrics extracted from DB itself do not meet billing metrics and will endlessly redirect you to yet another expert.
Pros
Requires minimum knowledge or time to set up the database.
Everything you need is basically there.
Documentation is fantastic.
It just works and takes all the burden of infrastructure management from you.
A handful of engines, version, and extensions to them are supprted.
Integrated seamless to AWS infrastructure.
Cons
Price. It will literally eat 7/8 of your infrastructure budget.
Metrics lies. Performance insight simply does not work. Note, this is an opinion of somebody who paid for AWS Enterprise support (sigh, that's me)
Backups are not backups per se, this is filesystem rsync. So it is easy to end up with broken DB.
Support is very poor.
Alternatives Considered
Google CloudReasons for Choosing Amazon RDS
RDS looked very promising. It still is except that you have no control over the bill.Switched From
Google CloudReasons for Switching to Amazon RDS
We already had few services deployed to AWS. This is the sole reason.- Industry: Publishing
- Company size: 51–200 Employees
- Used Daily for 2+ years
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support Software
- Likelihood to recommend 10.0 /10
Amazon RDS - the backbone of your AWS stack
Reviewed on 06/05/2022
Waaaay back in the day, we owned and managed huge machines on which we ran our database software. ...
Waaaay back in the day, we owned and managed huge machines on which we ran our database software. It was Oracle for a while, then we moved to mySQL. But the machine and the software were our problem to handle. Most of the time (because these are not new technologies), there were no problems. But when there were problems, there were huge problems. Because like many websites/apps, data is at the core of what we do. No database, and everything goes poof. Since switching to RDS, this has become a thing of the past. We tell RDS what kind of beefy setup we want, and they do the rest. The mySQL patching. The upgrades. If we want to move to a bigger instance, that's pretty straightforward, too. Database hosting at pretty large scale, with just a few clicks. And no machines to worry about. You get decent (but not amazing) visibility into the instance at any time. But, basically, what you really get is peace of mind, not having to worry that your system's most critical layer will flake out on you. That's worth a lot. Also: AWS's Aurora is a very nice port of mySQL. We've had no issues there either.
Pros
Aurora is a great port of mySQL - very compatible and super fast
Prices are always going one direction: down
Scalable way huge with just a few clicks
Automated backups, patching, upgrades
You can still do a lot of customization using PL/MYSQL
The instances just stay up and running - becomes one less thing to worry about
You have options: both mySQL and Postgres
Cons
It's not amazingly easy to update the various variables that enable you to configure your mySQL instance.
I wish it was a bit easier to get monitoring that would give you more granular insight into what's causing issues.
You don't have quite as much flexibility and control over special packages you might install to do special stuff (calculating the Levenschtein distance between words, for example).
- Industry: Logistics & Supply Chain
- Company size: 201–500 Employees
- Used Daily for 2+ years
-
Review Source
Overall rating
- Ease of Use
- Likelihood to recommend 9.0 /10
Simplifies a lot of database management work
Reviewed on 14/04/2022
Overall, Amazon RDS has been very useful to us. It has saved us tremendous amounts of time just in...
Overall, Amazon RDS has been very useful to us. It has saved us tremendous amounts of time just in the provisioning, scaling, and maintenance activities alone.
Pros
I like how easy it is to scale RDS up and down alongside its monitoring features which can be conveniently accessed via AWS console.
Cons
The burst balance limit for the underlying EBS disk gave us lots of problems. I wish this feature was more user-friendly.
Alternatives Considered
Microsoft AzureReasons for Choosing Amazon RDS
In my previous companies, we used to self-host databases (postgres, MySQL/MariaDB) in VMs. This was more expensive in the long run in terms of time spent. We also used Google Cloud SQL for some projects but eventually switched to RDS since our main tech infra runs on AWS.Reasons for Switching to Amazon RDS
Our main tech infra runs on AWS already.- Industry: Civic & Social Organization
- Company size: 11–50 Employees
- Used Daily for 2+ years
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support Software
- Likelihood to recommend 8.0 /10
Amazing relational database which is easy to setup and use provided you have the technical...
Reviewed on 29/07/2019
AWS RDS can be linked with Victorops/splunk/slack and what not to constantly monitor the state of...
AWS RDS can be linked with Victorops/splunk/slack and what not to constantly monitor the state of the database and set up alerts for catching problems. It can automatically save regular copies of the database.
Pros
ease of setup
ease of taking snapshots
no configurational drainers
very easy to set up alerts for monitoring problems in the database
debugging is a breeze.
Cons
It is easy to get lost without an UI.
also replicating databases can get stuck sometimes if you don't know what you are doing.
replication can be pain depending upon whether you want (master-master) or (master-slaves)
Alternatives Considered
Google CloudSwitched From
Google CloudReasons for Switching to Amazon RDS
GCP was sort of handing off sensitive data over to Google and flying blind. AWS RDS debugging is much more useful when a problem arises. aws was a no contest choice despite it's expenditure.- Industry: Information Technology & Services
- Company size: 201–500 Employees
- Used Daily for 2+ years
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support Software
- Likelihood to recommend 8.0 /10
AWS RDS Review
Reviewed on 10/06/2019
My company need a simple and fast scalable solution for managing MySQL databases therefore we chose...
My company need a simple and fast scalable solution for managing MySQL databases therefore we chose RDS. Prior to RDS we were managing DB clusters installed on VMs on Hyper Visors, and it was a cumbersome job. Though switching to RDS does make our life easy but RDS is not a cheap solution though.
Pros
Easily Scalable as per need.
AWS manage you infrastructure completely.
Fast Disaster recovery if planned the architecture correctly.
Multi AZ deployment and Read replica supported.
Supported various DB services like MySQL, Oracle, SQL Server and Postgres.
Backup procedure is very easy.
Cons
Cost on higher side.
Lack of control on your DB instance, though it's good but at times you need some tweaking todo.
- Industry: Computer & Network Security
- Company size: 11–50 Employees
- Used Weekly for 1-5 months
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support Software
- Likelihood to recommend 7.0 /10
Dependable Database management solution
Reviewed on 10/11/2022
Overall it has amazing control features and i have never experienced any kind of downtime with...
Overall it has amazing control features and i have never experienced any kind of downtime with them, they also have very enhanced security features so data birch is out of the question.
Pros
I is easy to integrate and implement also the customer support is quite good when one is having problems with any of their features.Its also important to note that the backup and recovery are free if you turn on the automation feature
Cons
Auto backup is not automatically turned on so if one forgets to turn it on this might cause challenges in the long run, also i don't think its right even after paying for the solution upfront that one has to leave their financial information on the system
Reasons for Switching to Amazon RDS
The solution felt less expensive compared to the others with more advanced features- Industry: Medical Practice
- Company size: Self Employed
- Used Monthly for Free Trial
-
Review Source
Overall rating
- Ease of Use
- Likelihood to recommend 7.0 /10
amazon rds review
Reviewed on 18/04/2024
Pros
i really appreciate easy dashboard and possibility to write new records quickly
Cons
some problems occoured in our management software while using program
- Industry: Automotive
- Company size: 2–10 Employees
- Used Monthly for Free Trial
-
Review Source
Overall rating
- Ease of Use
- Likelihood to recommend 6.0 /10
Good Product
Reviewed on 19/03/2024
Pros
I tried it but it just was not what I was looking
Cons
Our business is too small for this product
- Industry: Computer Software
- Company size: 51–200 Employees
- Used Daily for 2+ years
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support Software
- Likelihood to recommend 8.0 /10
Good db service from amazon
Reviewed on 12/03/2023
Pros
It is scalable, we tried it on different projects, small and big and it performed well.With just a few clicks, you can easily add or remove database instances, adjust computing resources, and automatically scale your database as your application grow.
Cons
One bad thing is that developers have limited control over the underlying infrastructure and configuration.
- Industry: Information Technology & Services
- Company size: 2–10 Employees
- Used Daily for 6-12 months
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support Software
- Likelihood to recommend 7.0 /10
Review for Amazon RDS
Reviewed on 30/11/2022
Amazon RDS is very useful for anyone who wants to maintain a relational database in order to use...
Amazon RDS is very useful for anyone who wants to maintain a relational database in order to use resources on demand, since it is a cloud service. The system has a configuration and management interface that demands very little cognitive load for its use, providing several resources to access it.
Pros
Very easy to use, as the system provides resources to setup, operate and scale in a simplified way.
Cons
It doesn't support performance insight. As it is a cloud service, a cost-benefit analysis must be carried out to verify that it will not be too expensive to maintain the system.
- Industry: Computer Software
- Company size: 51–200 Employees
- Used Daily for 2+ years
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support Software
- Likelihood to recommend 9.0 /10
Setting up a "serversless" database environment inminutes
Reviewed on 13/02/2019
Since we start using RDS it saves us a lot of time. You can start with a small instance and very...
Since we start using RDS it saves us a lot of time. You can start with a small instance and very easily grow to a larger instance and a multi AZ (High available) setup. No need to worry about disk space anymore for backups or snapshots. Amazon doesn't run out of space. You can setup automated backup with a retention of 35 days max but if you need to keep backups longer you can create manual snapshots and keep them forever.
Pros
- Very easy to setup
- Creating database environments including HA in minutes
- Creating a HA environment without having to know anything about database replication
- Upgrading the DB engine with a click of a mouse
- Very ease to create backups (and setup automated snapshots)
- Easy to restore
- Can be managed via the weg GUI but also via the very powerful AWS CLI
- No need to manage an Operating system
- Changing instanced types if you need more or less CPU/memory.
- Dynamically change the storage
- Performance is very good
Cons
- On Aurora the disk spaces grows automatically when the database grows. But when deleting lots of data its not possible to shrink the file system.
- No root access to server (which we never missed since using RDS)
- Industry: Retail
- Company size: 10,000+ Employees
- Used Daily for 2+ years
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support Software
- Likelihood to recommend 8.0 /10
Amazon RDS - Keeping it simple & easy
Reviewed on 18/01/2019
Overall very satisfied. It worked for our use case.
Overall very satisfied. It worked for our use case.
Pros
Easy to setup and running. All cloudwatch metrics made available like other AWS services. Ability to take snapshots, scale up horizontally and vertically across environments and depending upon load. We were able to automate our build and deployments using terraform scripts. Automated Backups are stored in S3 so you can retrieve backups when needed. Pay as you go like traditional EC2 metered cost model. You can predict your montly/yearly estimates before hand. It just works!
Supports a wide range of DB's - PostgreSQL, MySQL, MSSQL, etc.
Cons
Security setup may take time as its controlled by security groups. So it takes time to troubleshoot if you are not able to connect from local or any other remote instance.
Pricing may start to increase when you upgrade your instance types and add replication nodes etc.
- Industry: Computer Software
- Company size: 2–10 Employees
- Used Daily for 2+ years
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Likelihood to recommend 10.0 /10
Go-to solution for database hosting on AWS
Reviewed on 05/09/2018
Pros
We're using Amazon RDS PostgreSQL.
Our database use case is pretty trivial, so we're entirely satisfied with RDS experience.
Database is fast and efficient, very easy to scale by changing instance types, adding more disk I/O, or spinning up read replicas. Backups do not have significant performance penalty.
With some careful planning it is very easy to migrate between different software versions.
Reserved instances make it a very compelling offering.
Cons
It gets expensive, but if you consider the fact that you don't need to deal with many daily operational issue, it's well worth the price.
You can only add storage capacity (no storage downsizing possible without a complex migration process).
- Industry: Computer Software
- Company size: Self Employed
- Used Daily for 2+ years
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Likelihood to recommend 10.0 /10
Forget about management!
Reviewed on 30/01/2019
As most AWS services, it is super useful when your business is in a phase where you need more...
As most AWS services, it is super useful when your business is in a phase where you need more services and less time to manage them. If you can pay for the maintenance maybe you prefer to optimize your setup managing it by yourself.
Pros
You can set it up with a few clicks only, and you get a fully managed database instance: forget about backups, OS updates, etc. It even sets up High Availability for you if needed, creating multiple nodes. You can choose the resources of the system (CPU, Hard Disk, memory) and other configurations (DBMS parameters, extra read nodes…)
Cons
You can only scale resources by using a bigger instance type (it means more CPU and more RAM) or replica nodes. Eg. you cannot set up a Raid disk configuration to improve I/O.
- Industry: Computer Software
- Company size: 1,001–5,000 Employees
- Used Weekly for 2+ years
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Likelihood to recommend 9.0 /10
A simple setting up relational database in the cloud
Reviewed on 19/12/2019
We use RDS with MySQL and PostgreSQL as primary database for my Applications which deploys in EC2...
We use RDS with MySQL and PostgreSQL as primary database for my Applications which deploys in EC2 and ECS, AWS IAM and VPC are used to limit access to RDS only from the backed Component and do not expose RDS to publish. we reply on AWS on backup, snapshot and database patch.
Pros
Amazon RDS is easy to create and maintain, just a few clicks to set up a new Database instance and AWS will take care of all maintenance and upgrade task. RDS is well integrated with other AWS component for security, role-based access and query access. RDS is cheap compared with other solution and it has flexible on select instance size, engine, purchase mode and scale mode for cost-optimized. AWS RDS provides fast response and very reliable
Cons
We should trickly use AWS version of the database engine. Its database logs are not kept for a long time and we have to use additional solution for keeping the log.
- Industry: Computer Software
- Company size: 11–50 Employees
- Used Daily for 2+ years
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support Software
- Likelihood to recommend 10.0 /10
A good fit
Reviewed on 21/01/2020
All our commercial products run on Aws Rds severs and overall we are happy with it. Server...
All our commercial products run on Aws Rds severs and overall we are happy with it. Server configuration is a breeze, performance is steady, but cost is not the lowest, for sure.
Pros
- the ease of setting up and getting ready with the first instance
- the multitude of options when getting to advanced level
- the performance of the Aurora engine
Cons
- could not get the fastest performance being connected from remote vs connect from another Aws instance. A minimum 60ms overhead is added to every query, which disappears running the client on an ec2
- Industry: Printing
- Company size: 501–1,000 Employees
- Used Daily for 2+ years
-
Review Source
Overall rating
- Ease of Use
- Likelihood to recommend 8.0 /10
Database service that allows you to scale easily and quickly
Reviewed on 03/10/2019
Very good. Started using it when we were a small startup and it allowed us to easily scale to a...
Very good. Started using it when we were a small startup and it allowed us to easily scale to a full grown portal.
Pros
A lot of server tiers available to choose from, good when you need to start out with a smaller instance. Like to option to quickly create snapshots or restore a backup. Multi-az is a nice freaute to have that can save your business when things go south.
Cons
Halted instances are booted back up after 7 days automatically, so you can't really have an instance that is stopped for a long time. Since it's not a self-hosted service, there are some low level features that are missing.
- Industry: Information Technology & Services
- Company size: 10,000+ Employees
- Used Daily for 2+ years
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support Software
- Likelihood to recommend 10.0 /10
No need of building own infrastucture, use RDS and save time ,money. Rapid development
Reviewed on 16/07/2019
Pros
AWS is the reason, amazon is giant today and RDS is one of the most used services on AWS.
No need of maintaining own infrastructure, server, backup plans. Use RDS, they have everything ready for you, create RDS instances , as much as you required, scale if you need more resources, use RDS backup
plans to backup all your data and retrieve whenever required. with 99.999% availability and highly secured features, your application development will be much better.
Cons
security features need to be taken care seriously
- Industry: Computer Software
- Company size: 11–50 Employees
- Used Daily for 2+ years
-
Review Source
Overall rating
- Ease of Use
- Likelihood to recommend 10.0 /10
Amazon Web Services are the Best!
Reviewed on 10/08/2019
Pros
It caters to all types of requirements in terms of size, it can handle any amount of data
The pricing is good and even a person starting out his website or server can use this to maintain 100% uptime of his database.
You can control a lot of things from the Control Panel of AWS which include monitoring CPU usage, number of connections. It provides easy rebooting as well.
Cons
There was nothing that I did not like about this software. I am still using it and it solves my use case perfectly.
- Industry: Computer Software
- Company size: 1,001–5,000 Employees
- Used Daily for 1+ year
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support Software
- Likelihood to recommend 9.0 /10
Easy way to put DB in the cloud
Reviewed on 24/09/2018
Amazon is changing the way we do things and how our database reaches others. It's only a matter of...
Amazon is changing the way we do things and how our database reaches others. It's only a matter of time before our entire infrastructure is on the cloud.
Pros
Amazon is getting good at putting DB in the cloud that before you know it, it will be as easy and syncing data to another computer.
Amazon is in the right track and not for long other companies will follow and make their disaster recovery simple to do.
Cons
Amazon still has a long way to go to make every database work seamless, but they have the right idea and concepts and it will only be a matter of time.
The pricing is something to get use to until it goes down and the demand get larger.
- Industry: Education Management
- Company size: 501–1,000 Employees
- Used Daily for 2+ years
-
Review Source
Overall rating
- Ease of Use
- Likelihood to recommend 5.0 /10
The cloud is here
Reviewed on 12/11/2021
In general, this software is really good and efficient, you could do many things and your informatio...
In general, this software is really good and efficient, you could do many things and your information is safe.
Pros
I really like this software and I would sincerally recommend it. It is simple, practical and easy to use.
Cons
I think the only thing that I don't quite like is the cost. I think it is a little expensive.
- Industry: Internet
- Company size: 501–1,000 Employees
- Used Daily for 2+ years
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support Software
- Likelihood to recommend 10.0 /10
Great performance and fast support
Reviewed on 03/12/2019
We have been using RDS for about 6 years, we have just a few issues (with always a fast response/sol...
We have been using RDS for about 6 years, we have just a few issues (with always a fast response/solution)
Pros
- Great stability and performance
- Great technical support
- You almost don't need to mind at any configuration or database servers anymore
Cons
Maybe the costs, but it depends. For small databases the RDS may not be a good idea but for large ones, you'll probably spend less than maintaining you own infrastructure
- Industry: Insurance Software
- Company size: 5,001–10,000 Employees
- Used Weekly for 1+ year
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support Software
- Likelihood to recommend 5.0 /10
Prefer Mongo or DocumentDB but if I must use an RDBMS
Reviewed on 06/09/2022
Deployed SQLserver to RDS on AWS
Deployed SQLserver to RDS on AWS
Pros
Easy deployments and ability to run in AWS
Cons
Non RDBMS are the future. I always prefer DocumentDB or Mongo if possible