- Products›
- Databases›
- Amazon RDS›
- Amazon RDS for MySQL
Amazon RDS for MySQL FAQs
General
Open allYes, you can purchase a Database Savings Plans for your Amazon RDS for MySQL usage and reduce your costs by up to 20% when you commit to a consistent amount of usage over a 1-year term. Additional information on eligible usage can be found on Database Savings Plans pricing page.
MySQL version = X.Y.Z
X = Major version, Y = Release level, Z = Version number within release series.
From the Amazon RDS standpoint, a version change would be considered major if either major version or release level is being changed. Example: going from 5.6.X -> 5.7.X.
A version change would be considered minor if the version number within the release is being changed. Example: going from 5.6.27 -> 5.6.29.
Amazon Blue/Green Deployments FAQs
Open allFor example: You have an RDS for MySQL 5.7 database running on two r5.2xlarge db.instances, a primary database instance and a read replica, in us-east-1 AWS Region with a Multi-AZ (MAZ) configuration. Each of the r5.2xlarge db.instance is configured for 20 GiB General Purpose Amazon Elastic Block Store (Amazon EBS). You create a clone of the blue instance topology using Amazon RDS Blue/Green Deployments, run it for 15 days (360 hours), and then delete the blue instances after a successful switchover. The blue instances cost $1,387 for 15 days at an on-demand rate of $1.926/hr (Instance + EBS cost). The total cost to you for using Blue/Green Deployments for those 15 days is $2,774, which is 2x the cost of running blue instances for that time period.
Amazon RDS Optimized Writes FAQs
Open allAmazon RDS Optimized Writes are available in db.r6i and db.r5b instances. They are available in all Regions where these instances are available.
All RDS for MySQL users should implement Amazon RDS Optimized Writes for up to 2x improved write transaction throughput. Applications with write-heavy workloads, such as digital payments, financial trading, and online gaming applications will find this feature especially helpful.
Amazon RDS Optimized Reads FAQs
Open allWorkloads that use temporary objects in MySQL for query processing benefit from Amazon RDS Optimized Reads. Optimized Reads place temporary objects on the database instance's NVMe-based instance storage, instead of the Amazon EBS volume. This helps to speed up complex query processing by up to 50%.