Amazon RDS Reviews

Overall rating
Filter by
Company size
Time used
215 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
- Likelihood to recommend 9.0 /10
High availability even for database beginners
Reviewed on 2022/07/18
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
- Likelihood to recommend 9.0 /10
High quality, bulletproof managed database service
Reviewed on 2022/04/20
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
- Likelihood to recommend 7.0 /10
Will cost you all yourmoney.
Reviewed on 2021/04/07
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
- Likelihood to recommend 10.0 /10
Amazon RDS - the backbone of your AWS stack
Reviewed on 2022/05/06
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 2022/04/14
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
- Likelihood to recommend 8.0 /10
Amazing relational database which is easy to setup and use provided you have the technical...
Reviewed on 2019/07/29
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
- Likelihood to recommend 8.0 /10
AWS RDS Review
Reviewed on 2019/06/10
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
- Likelihood to recommend 7.0 /10
Dependable Database management solution
Reviewed on 2022/11/10
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: Computer Software
- Company size: 11–50 Employees
- Used Weekly for 1+ year
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support
- Likelihood to recommend 10.0 /10
Easy To Setup & Super In Security & Data Management
Reviewed on 2023/06/15
I have a very good experience with AWS RDS system.
I have a very good experience with AWS RDS system.
Pros
You don't want to care about more configuration setup to run as we did in normal case. A lot of configurable variable available in it to help the system working smooth. You can change maximum setting at runtime . easy to setup replication here, user & permission management is fast & secure.
Cons
No more cons except the price in compare to others only.

- Industry: Computer Software
- Company size: 1,001–5,000 Employees
- Used Daily for 2+ years
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support
- Likelihood to recommend 9.0 /10
Cost Effective and Fully Cloud Managed Relational Database Service
Reviewed on 2020/04/20
Had A Really Great Experience with RDS, I have been evaluating Aurora with Native RDS so i will be...
Had A Really Great Experience with RDS, I have been evaluating Aurora with Native RDS so i will be talking more about Aurora in this Review
Pros
RDS provides support for verity of database systems like mysql, postgreSql, Maria DB, Oracle, Microsoft Sql and a hybrid Aurora (supports both mysql & psql)
Resizing, network management processes like subnet and security group are easily manageable.
Using Aurora it has become easy to transfer data from DB to S3 using "INTO OUTFILE S3" query
Aurora is really faster when it comes to executing heavy flock of query simultaneously when compared with its native RDS, it increases the over all through put
Aurora Server less is a extremely cost effective solution when used with proper configurations, it scales up and scales down as per its usage (pay per sec)
Supports Auto Backing up and scheduled snapshotting which stores the DB snapshot in S3, which helps in recovery at times of data deleted by mistake or data corruption by some failure in the application etc
Aurora provides Export Snapshot to S3 feature, its a additional feature towards data movement from RDS to S3, from this we can easily migrate data from RDS to Redshift or Athena via S3
Cons
Can't change subnet of a multi AZ RDS Database directly, to achieve this i had to first change my DB to single AZ
Aurora Server less dose not scale up when used with low CPU utilising application, user should have given the flexibility to change the autoscaling parameter for Aurora server less (CPU utilisation 70%)
Aurora the use of "INTO OUTFILE S3" query requires some additional setup steps at the s3 bucket end and IAM role which is well documented, but quite confusing,
Aurora dose not support newer mysql or psql versions which are supported by its native RDS's
Aurora when compared with its native RDS its slower for executing single queries,
officers Aurora is really faster when it comes to executing heavy flock of query simultaneously, but at the least we expect Aurora to perform as the same level as its native RDS when it comes to single queries
Aurora's Export Snapshot to S3 feature only supports Parquet file format, and on trigging Export it takes more time to start, it wold be better if the process starts instantaneously
- Industry: Computer Software
- Company size: 51–200 Employees
- Used Daily for 1-5 months
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support
- Likelihood to recommend 5.0 /10
It was not for us.
Reviewed on 2023/12/12
My experience with Amazon RDS was a solid one. It allowed me to remote connect which is an added...
My experience with Amazon RDS was a solid one. It allowed me to remote connect which is an added plus. It was secure, fast and stable for our needs. We just did not stay with it due to pricing.
Pros
It was a overall good database solution for or company that had a nice dashboard for management.
Cons
Dashboard was confusing as there was so many options. Perhaps some better overall training would be something to do before jumping in.
- 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
- Likelihood to recommend 9.0 /10
Scale it with Amazon Rds!
Reviewed on 2023/05/10
Pros
InexpensiveEase to useData security is highly recommended
Cons
Affected by system crashes which May result in data loss
- Industry: Computer Software
- Company size: 1,001–5,000 Employees
- Used Daily for 2+ years
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support
- Likelihood to recommend 9.0 /10
Database Management as a Service is well implemented, which is reliable, secure and efficient
Reviewed on 2020/10/10
RDS is a really good service, I haven't seen any Downtime, the communication between EC2 and RDS is...
RDS is a really good service, I haven't seen any Downtime, the communication between EC2 and RDS is really fast since they are in the same AWS network
Pros
This really reduces the operational time taken to set up a database on a cloud machine, the cost of setting up and managing is really cheep when compared to the native approach of installing mysql or psql on a EC2 and managing it,
it exposes us to a verity of options and versions which we wouldn't have been aware of , and setting them up in just clicks without even spending much time in researching on it and figuring out the way to setting it up ,
The security management is really good, we can set all types of security managements like, subnet, security group, VPC, IAM role etc, which will take a lot of effort if gone manually ,
Backup restore is really well managed , we can schedule the backup process which dumps the data into the S3, we can restore it when needed ,
it supports all type of CURD operations including cloning a DB setup,
it supports many type of databases, it has a new one called Aurora which is AWS specific which is in 2 flavours (mysql and psql) - can use it for high cost effectiveness, additional features and speed up your bulk query executions,
Upgrading DB version or any other edition are easy to make without any data losses,
it gives a DNS URL for the DB, we need not manually add its IP into a Rout53,
Now we can integrate RDS with AWS secret, using which the application can access the DB with a dynamic password, and this creds gets rotated every day, which really increases the security.
Query Execution history and resource utilisation monitoring .
Cons
I know AWS is in a process of developing new hybrid databases like Aurora, i have noticed some trivial issues in it, its slower then RDS for executing stand alone queries , but its faster than RDS while executing Bulk Queries, there may be a way to SSH into the RDS machine or accessing its DB terminal , it would be better it i can do it on the UI, instead of remembering all the commands to connect
- 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
- Likelihood to recommend 9.0 /10
Setting up a "serversless" database environment inminutes
Reviewed on 2019/02/13
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: Computer Software
- Company size: 201–500 Employees
- Used Daily for 2+ years
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support
- Likelihood to recommend 10.0 /10
Great managed database solution
Reviewed on 2019/12/03
Managing database servers is an expensive time sink. RDS lets you focus more on the business needs...
Managing database servers is an expensive time sink. RDS lets you focus more on the business needs instead of managing servers.
Pros
It makes your life way easier by not having to manage a database server. Amazon RDS abstracts all the server stuff away so you just focus on managing the actual database content itself.
Cons
The UI is a bit clunky and some of the parameterization options are a bit difficult to use. There used to be a couple of bugs as well but they were fixed thankfully. With the lack of control over the server it can be a bit annoying if something is broken and you can't fix it.
- 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 2019/01/30
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: 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
- Likelihood to recommend 7.0 /10
Review for Amazon RDS
Reviewed on 2022/11/30
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: Hospitality
- Company size: 11–50 Employees
- Used Daily for 1+ year
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support
- Likelihood to recommend 9.0 /10
Must have to DA team
Reviewed on 2022/11/08
Overall its must fro growing companies and their growth indicators are driven from data
Overall its must fro growing companies and their growth indicators are driven from data
Pros
We started using this as our DA Team size increased. Best is fast operations on data, connecting multiple databases and nice ui to write query to fetch data.
Cons
Costly. Duplicating and copying data take much time
- 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
- Likelihood to recommend 10.0 /10
Always up, 0 headache database option
Reviewed on 2019/10/03
It's been a great experience so far. It also helps us manage a lot of our compliance risk living...
It's been a great experience so far. It also helps us manage a lot of our compliance risk living in a fully compliant datacenter.
Pros
We use Aurora, which gives us a lot of flexibility in scale and size. Not having to manage clusters or database consistency across a number of different machines is amazing.
Cons
RDS, and aurora, generally lags behind the current state of postgres, which comes with the territory.
Alternatives Considered
Google Cloud- 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
- Likelihood to recommend 9.0 /10
Amazon RDS - The Clear Winner
Reviewed on 2018/09/06
We use Amazon RDS for all of our database needs. We use it for our transactional (OLTP) and...
We use Amazon RDS for all of our database needs. We use it for our transactional (OLTP) and datawarehousing database needs.
Pros
Amazon RDS is Amazon's solution to hosted database services in the cloud. The console is easy to use and provides a ton of functionality with the click of a button. They have CLI and other API's that makes it easy to automate processes such as backup and recovery.
Cons
Microsoft products are supported but latest features are late to be added. Amazon likes to push their own products and slower adopt new features of SQL Server.

- Industry: Computer Software
- Company size: 11–50 Employees
- Used Daily for 6-12 months
-
Review Source
Overall rating
- Ease of Use
- Likelihood to recommend 8.0 /10
RDS as a database for Web Applications
Reviewed on 2022/08/09
Pros
It has met all our requirements regarding costs and storage. We observed no downtimes. Once set up, we did not have to manage it at all. Really enjoyed the backup functionality.
Cons
Deployment was quite hard as for most of AWS infrastructure, but once you get over initial struggles it becomes relatively easy
Alternatives Considered
Amazon DynamoDBReasons for Switching to Amazon RDS
Previous experience with AWS.- Industry: Health, Wellness & Fitness
- Company size: 11–50 Employees
- Used Weekly for 2+ years
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support
- Likelihood to recommend 9.0 /10
A feature-packed database management system
Reviewed on 2022/12/17
We had a good experience using the product both for SQL server and PostgreSql. Once we passed...
We had a good experience using the product both for SQL server and PostgreSql. Once we passed initial hurdle of setting it up, we were able to take advantage of all the product had to offer.
Pros
Amazon RDS provides all features of a modern RDMS and it takes it further by securing your RDS instance using IAM which improves access and security.The backup feature ensures that replicas of data are maintained in cases of data loss.
Cons
One drawback is that it can be quite tricky to fully set up. The docs are easy to follow but you have to dig deeper to set up some feature that one is used to. A good example is setting up your RDS instance to allow connections from public IP addresses.
- 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
- Likelihood to recommend 10.0 /10
Fantastic Managed Databases
Reviewed on 2018/10/30
Using RDS has been great. Before we rolled our own MySQL servers and actually was bottlenecked by...
Using RDS has been great. Before we rolled our own MySQL servers and actually was bottlenecked by them in a big release. RDS opened the pipes and helped us support a lot of connections. It’s also 10x easier to manage.
Pros
RDS makes deploying a MySQL or Postgres cluster a breeze. Their Aurora fork of MySQL allows for even more performance boosts. Auto scaling is made easy. Back ups are made easy. RDS makes everything easy.
Cons
Pricing can be a bit steep if you need their r3 server series.

- 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
Brilliant database service with scalability
Reviewed on 2019/09/25
Very positive. We've never had any downtime and our database is reliable and performs well.
Very positive. We've never had any downtime and our database is reliable and performs well.
Pros
I like that I don't have to worry about my database as much - RDS takes care of all of the details. Security, scaling and uptime are all baked in to the service.
Cons
Like all AWS products, it has a learning curve to figure out. And you don't get unlimited control - if you want that you have to deploy your own database servers.

- Industry: Financial Services
- Company size: 501–1,000 Employees
- Used Daily for 1+ year
-
Review Source
Overall rating
- Value for Money
- Ease of Use
- Customer Support
- Likelihood to recommend 9.0 /10
Amazon RDS
Reviewed on 2021/06/12
We have created MySQL instance in RDS and have been using it for 2 years via My SQL, and it had...
We have created MySQL instance in RDS and have been using it for 2 years via My SQL, and it had been a smooth and amazing experience in terms of data backup and the service provided by RDS.
Pros
Amazon RDS allows creating DB instances in a very few clicks with full customization like engine type, size of class required, connectivity, availability, and durability.
Also, all monitoring, eventing, and logs are very handy and displayed on the pictorial representation dashboard.
Cons
Honestly, Amazon RDS fulfills all the use cases for me and I haven't spotted any disadvantage in it.