
Overview
A one-click install solution for standard MySQL Server. It also includes Selfmanagement Preset, a self-management, self-monitoring and self-healing components.
Highlights
- Tailored to the task, with flexible combination of software packages and versions
- Optimized for web-specific jobs with more efficient use of computing resources
- Stable and production ready, with long-term support and updates
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Buyer guide

Financing for AWS Marketplace purchases
Pricing
Vendor refund policy
This product is available free of charge.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
MySQL 5.7
- Amazon ECS
- Amazon EKS
Container image
Containers are lightweight, portable execution environments that wrap server application software in a filesystem that includes everything it needs to run. Container applications run on supported container runtimes and orchestration services, such as Amazon Elastic Container Service (Amazon ECS) or Amazon Elastic Kubernetes Service (Amazon EKS). Both eliminate the need for you to install and operate your own container orchestration software by managing and scheduling containers on a scalable cluster of virtual machines.
Version release notes
First AWS Marketplace release
Additional details
Usage instructions
-
Please ensure that you have pulled the container image from the ECR using the container image details
-
Launch the Docker images:
docker run -p 3306:3306 <AWS MP Container image URL>
-
You'll get the service running
Resources
Vendor resources
Support
Vendor support
We will be pleased to answer short and quick questions with the tag #jetware on Twitter. More complicated questions are welcome with the tag #jetware on Stack Overflow.
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products
Customer reviews
Learning projects have benefited from open source flexibility and strong documentation support
What is our primary use case?
What is most valuable?
The best features with MySQL are the fact that it is open source and a relational database. The best part about using MySQL was that it was open source, so it was pretty easy to understand and get materials to learn.
MySQL has good documentation and online support. It is pretty good in terms of integrations, continuous integrations with different tools, and customization options.
What needs improvement?
MySQL was not scaled up, so I did not use the replication capabilities. I do not think MySQL's data security features were at an industrial level for my project, so I did not make use of them. I was mostly using indexes.
I would advise people thinking about using MySQL to look up if the indexing mechanism is useful for their needs and then accordingly select the right database, and also consider if relational databases make sense for their use case. MySQL uses B-trees, so indexing could not be relevant to some use cases.
I did not use any ACID compliant transactions with MySQL.
What do I think about the stability of the solution?
From my experience, MySQL was pretty stable.
What do I think about the scalability of the solution?
I know MySQL has been used in industries by a lot of companies, which means that it is scalable. That is the extent of my knowledge. It should be good because MySQL has been used by industries. I know Facebook uses it.
How are customer service and support?
I would rate the documentation and online support a 10 out of 10.
How would you rate customer service and support?
Positive
Which solution did I use previously and why did I switch?
I do not deal with Oracle products anymore. That was just a one-time thing that I had for college.
Which other solutions did I evaluate?
What other advice do I have?
MySQL is a very useful database which is used by a lot of companies, so it should be really good. I mostly dealt with MySQL in the last 12 months. My experience with MySQL overall was pretty good. I would rate this review a 10 out of 10.
Powerful Querying and Performance Monitoring Features
Robust, Feature-Rich Database with Seamless Integration
Integrating MySQL with various programming languages is straightforward. Personally, I have used it with both JAVA and PHP.
Joins are particularly helpful for retrieving data from multiple tables. Filtering results is easy as well, simply by specifying the desired fields in the WHERE clause.
Reliable, Easy-to-Learn Database Solution for Over 20 Years
Reliable, widely used, and easy to manage, but not ideal for heavy write workloads
Currently, I am running MySQL on AWS RDS, where maintenance, performance monitoring, and automated backup setup are all simple tasks. The platform streamlines database management and keeps overhead to a minimum.