Overview

Product video
This is a repackaged open source software wherein additional charges apply for extended support with a 24 hour response time.
MySQL on Ubuntu 22.04 LTS is a powerful, fully managed database solution that combines the reliability of MySQL with the performance and security features of Ubuntu. This optimized AMI provides a seamless installation and configuration experience, ensuring that you can quickly set up a robust database environment to support your applications.
Key Features
- Latest MySQL Version: Benefit from the latest features and performance enhancements in MySQL, ensuring your database is optimized for efficiency.
- Ubuntu 22.04 LTS Compatibility: Enjoy the advantages of a long-term support (LTS) version of Ubuntu, ensuring stability and security for your applications.
- Pre-configured Environment: Start without the hassle of manual setup; the AMI is configured for optimal performance right out of the box.
- Scalability: Easily scale your database as your application grows, allowing you to handle increased loads without sacrificing performance.
- Security Features: Leverage built-in security features, including user authentication and encryption, to safeguard your sensitive data.
Benefits
- Accelerated Deployment: Quickly deploy your database in the cloud, minimizing time-to-market for your applications.
- Cost-effective Solution: Take advantage of open-source software with the additional option for professional support that meets your business needs.
- Community and Support: Utilize a large community of MySQL users, alongside optional dedicated support for critical production environments.
Use Cases
- Web Applications: Ideal for developing scalable web applications that require a reliable backend database.
- Data Warehousing: Use MySQL for data warehousing solutions that demand complex queries and robust analytics.
- Content Management Systems: Perfect for content-driven businesses leveraging CMS platforms that integrate MySQL.
Deploy MySQL on Ubuntu 22.04 LTS today and experience the powerful capabilities and flexibility of this enterprise-ready database solution.
Try our most popular AMIs on AWS EC2
- Ubuntu 24.04 AMI on AWS EC2Â
- Ubuntu 22.04 AMI on AWS EC2Â
- Ubuntu 20.04 AMI on AWS EC2Â
- Ubuntu 18.04 AMI on AWS EC2Â
- CentOS 10 AMI on AWS EC2Â
- CentOS 9 AMI on AWS EC2Â
- CentOS 8 AMI on AWS EC2Â
- Debian 12 AMI on AWS EC2Â
- Debian 11 AMI on AWS EC2Â
- Debian 10 AMI on AWS EC2Â
- Debian 9 AMI on AWS EC2Â
- Red Hat Enterprise Linux 9 (RHEL 9) AMI on AWS EC2Â
- Red Hat Enterprise Linux 8 (RHEL 8) AMI on AWS EC2Â
- Red Hat Enterprise Linux 7 (RHEL 7) AMI on AWS EC2Â
- Oracle Linux 9 AMI on AWS EC2Â
- Oracle Linux 8 AMI on AWS EC2Â
- Oracle Linux 7 AMI on AWS EC2Â
- Amazon Linux 2023 AMI on AWS EC2Â
- Windows 2022 Server AMI on AWS EC2Â
- Windows 2019 Server AMI on AWS EC2Â
- Docker on Ubuntu 22 AMI on AWS EC2Â
- Docker on CentOS 10 AMI on AWS EC2Â
Highlights
- MySQL on Ubuntu 22.04 LTS offers an optimized relational database management system ideal for developers and organizations. It provides robust data storage capabilities, supporting complex queries and transactions. With a user-friendly interface and comprehensive documentation, users can efficiently manage databases. The integration with native Ubuntu tools enhances performance and stability, making it an ideal choice for application development and data-driven solutions.
- This AMI allows for seamless scalability, ensuring that your database can grow alongside your application needs. By leveraging cloud infrastructure, you can easily adjust resources according to demand. This flexibility enables cost-effective management of workload fluctuations while maintaining high availability, ultimately boosting productivity and advancing project timelines in a dynamic business environment.
- With strong security features, MySQL on Ubuntu 22.04 LTS ensures data integrity and protection against unauthorized access. The built-in encryption mechanisms and user management capabilities allow administrators to control access precisely. This makes it suitable for applications requiring compliance with data privacy regulations, such as finance and healthcare, providing peace of mind for organizations handling sensitive information.
Details
Unlock automation with AI agent solutions

Features and programs
Financing for AWS Marketplace purchases
Pricing
- ...
Dimension | Cost/hour |
|---|---|
c4.8xlarge Recommended | $2.24 |
t2.micro | $0.21 |
t3.micro | $0.07 |
r5b.8xlarge | $2.24 |
m6id.32xlarge | $4.48 |
r5b.large | $0.14 |
r6id.8xlarge | $2.24 |
t3.large | $0.14 |
r5ad.12xlarge | $3.36 |
r6id.large | $0.14 |
Vendor refund policy
The instance can be terminated at anytime to stop incurring charges
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
System updates
Additional details
Usage instructions
SSH to the instance and login as 'ubuntu' using the key specified at launch.
OS commands via SSH: SSH as user 'ubuntu' to the running instance and use sudo to run commands requiring root access.
MySQL can be secured by executing: mysql_secure_installation
Once you have secured MySQL you can access the MySQL CLI with the following commnad mysql -u root -p
Then to create you database issue: CREATE DATABASE dbname;
To add a user use the following: GRANT ALL PRIVILEGES ON *.dbname TO 'username'@'localhost' IDENTIFIED BY 'password';
Resources
Vendor resources
Support
Vendor support
Email support for this AMI is available through the following: https://supportedimages.com/support/Â OR support@supportedimages.comÂ
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.
Standard contract
Customer reviews
Uses reliable and high-availability database support for managing trading transactions effectively
What is our primary use case?
We are using MySQL on Ubuntu to store our transactions, which, because we are a trading firm, are usually the buy and sell trades that we make. We use this more as a relational database.
What is most valuable?
The primary aspect of MySQL on Ubuntu that I appreciate is that it is extremely reliable among the RDBMS that I have used. Another important quality is that it extends with volume very well. Most RDBMS don't scale very well, but this one scales very well and has been very reliable and highly available. The performance of MySQL is supposed to be very good, which is another aspect I really appreciate.
MySQL on Ubuntu supports what is known as the ACID properties, which are atomicity, consistency, isolation, and durability. This supports my use cases very well because without having all of them together, it's tough to ensure the reliability and integrity of the system. Transaction management ensures that we can figure out the best way to leverage the database.
The security of AWS is set at a very high standard, and we do a good job of ensuring that we leverage the base security that comes with the cloud platform. It is a joint responsibility between the cloud platform provider and the tenant, which is us. We harden our platform very well and, on top of that, MySQL on Ubuntu provides clear permissioning and separation of concerns, allowing us to provide permissions only to the right set of people. There is very clear segregation of duties, and only the people who need access are given access. It supports encryption, enhancing our security posture. Security is one of the big concerns that MySQL on Ubuntu has lived up to for our use cases.
What needs improvement?
I have not seen too much of a response in terms of issues. Sometimes, if the indexing is not done very well, I have noticed slowness, but largely, it has performed pretty well. The only area where I would say I have seen potential for improvement is occasional slowness, but I cannot really attribute it to the product; it could also be the design of the database and the queries. I have not encountered any other significant challenges.
The slowness that occurs at times has not yet been established whether it is due to the design of the database, the queries, or the underlying software itself. I cannot comment on that right now.
For how long have I used the solution?
We have been using MySQL on Ubuntu for about a year and a half now.
What do I think about the scalability of the solution?
We have not used too much replication, but clustering is useful because that helps with high availability and scalability. Clustering definitely helps.
Which other solutions did I evaluate?
MySQL on Ubuntu stands out among its competitors because, after evaluating some of them, I figured out that this is the one I would be interested in using for our solutions. While we have used MS SQL in the past, AWS supports MySQL on Ubuntu very well, which has worked excellently for us.
What other advice do I have?
Backup and recovery are absolutely essential; without that, it would be very tough to rely on the software, as the software will not perform if suddenly there is some kind of an outage. We definitely require the recovery mechanism and backup mechanism to be able to go back to the data. That gives us the confidence that we can run our critical applications. Mission-critical applications can be run on these platforms because they provide both backup solutions and recovery solutions.
The pricing of MySQL on Ubuntu is fairly plausible for what I am getting, especially when I compare it with everything else that I see. It becomes attractive if I can use some of the free tiers of AWS.
The deployment and management have improved significantly; previously, it would have been tough because many configurations needed to be taken care of. However, now, with just a few lines of code, we can deploy and manage it much more easily. Overall, I rate this review an eight out of ten.
Which deployment model are you using for this solution?
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Relational schemas improve application performance but complexity challenges remain
What is our primary use case?
What is most valuable?
What needs improvement?
For how long have I used the solution?
How are customer service and support?
How would you rate customer service and support?
Neutral