Sign in Agent Mode
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

MySQL on Ubuntu 24.04 LTS

Supported Images

Reviews from AWS customer

2 AWS reviews

External reviews

2 reviews
from

External reviews are not included in the AWS star rating for the product.


    GeoffreyLeigh

Credit risk analysis has become transparent and data-driven for global fuel transactions

  • December 19, 2025
  • Review from a verified AWS customer

What is our primary use case?

I used MySQL on Ubuntu for temporary storage of financial data utilized for analysis of creditworthiness as the main use case, as I had some streaming services that pulled in data from Equifax.

What is most valuable?

It helped streamline my data management processes because I needed somewhere to store the data rather than just an array in memory. I needed to have the data to have the record because at some points I have to go back to determine what was the basis of this credit assessment. The data was there and could recreate the calculation once the data was called, and the data was called timestamped, secure, and always available, which is the whole point of MySQL on Ubuntu. Otherwise, if I used an array, it would only be there for the life of the system being up; there would not be a necessity of saving any of the data that was just in a temporary array. By putting it in MySQL on Ubuntu, even if the node went down, the database would come back up.

What needs improvement?

Integration is always important regarding operating systems and these types of products, so being able to integrate and export or import from JSON structures is very critical. Sometimes that is a little complicated because of the sometimes hierarchical nature of JSON or XML data formats, which do not always match to how you can structure MySQL on Ubuntu as a third normal form. There are those sorts of things that sometimes get inexperienced people; it does not seem to make sense.

For denormalization, if you are trying to analyze it only, there is probably a shortcut that I have seen in some tools that once you define the third normal form type of data, it kind of automatically comes up with a way of analyzing it, turning it into an automated pivot table without you having to design the pivot table. Those things would be good to get the analysis.

Some of the analysis that I had to code from scratch in Python were really simple binomial algorithmic comparisons. Some of that could turn into AI functions. Instead of coding it directly, I could use normal language saying I want to analyze this data based on whether this company has good financial viability to extend a million dollars of credit for buying fuel around the world or whatever the parameter is. That is what I can see coming in the future, that somebody that does not know how to code or does not really want to spend the time coding could actually ask in natural language AI to come up with that. To some extent, I have done that more recently with ChatGPT anyway to come up with a piece of code that at the moment does not work perfectly, but it is still Python and gives me the basic framework to then make it work elegantly.

For how long have I used the solution?

I dealt with MySQL on Ubuntu for about two years.

What do I think about the stability of the solution?

I assess the transactional support features of MySQL on Ubuntu as just very simple insert and read because there was only really one stream that inserted data, so there was not any multi-concurrency of entering records to the database. The multi-concurrent users were just accessing and running the algorithm in the nodes to actually get an evaluation. Basically, they called a thing, they said I wanted to give some credit to company A. The node would do a query to Equifax and Experian to get whatever they could get on that and some Dun & Bradstreet information as well, put that in the Ubuntu SQL database, MySQL on Ubuntu database, and then run another algorithm to determine based on a couple of statistical points of view whether to give them this credit or whether they have to prepay for anything.

What do I think about the scalability of the solution?

Regarding MySQL on Ubuntu scalability, I never touched it in terms of scalability because we were not looking at terabytes of data; we were looking at gigabytes of data. I think the database hardly went above one gigabyte when I was there because it is very simple. It just says here is the name of the company and here is anything we have got from three of the main credit or fact information sources globally that might have information on that database. Then a quick search in a virtual web environment to see whether there was any more generic business information on those companies, such as whether director A has just been fired or director B has been in jail for fraud or something, to get a little sentiment analysis of all these other things. The total data was very little.

How was the initial setup?

The initial setup was very straightforward because I have a lot of experience in various database technologies and in Python and creating servers in virtual servers in AWS.

What other advice do I have?

MySQL on Ubuntu is very simple, easy, and quick to use for people with database expertise. For that light use of MySQL on Ubuntu, that was all I needed, so there was nothing that was inadequate, and I could easily access it. The node was fine and the accessibility for people around the world that were actually asking whether they could give credit to this company or whether they have to pay up front was the main thing that was being supported, so everything was fine. There were no limitations there because the data volume was fairly small; globally, they only probably looked at about a thousand different entities per month and so there was only about another thousand records each month added, and the analysis done to give a pretty much real-time determination of whether to extend credit or request prepayment.

AWS was basically my main cloud provider with this. The low cost is what I liked about using MySQL on Ubuntu because basically, I did not have much of a budget for the solution, just my time and a few units of AWS services to work on, because it had to be more than just something on my own PC in the office, so other people could access it, allowing me to actually create a front end as well with it. It is very lightweight regarding the pricing; I never got any issues and was within my department budget for all AWS services for development. We never actually got a production budget for it because things were changing and then COVID hit as well, so it slowed down the demand. I am not quite sure what they did with that solution after that company, but I know they were using it. I still sometimes get an error message that somehow gets into my current AWS account.

I just utilized the standard virtual high availability options on Ubuntu, so I had redundant nodes in two regions. I dealt with MySQL on Ubuntu a little bit, but we never really got the Docker setup completed; I had some experience working with it. I have still maintained some Redshift analysis and some code in Python on some AWS products in the last twelve months. I am not working day-to-day anymore in that area with the Amazon solutions by chance. I deal with a little Amazon Linux and maybe Elastic Disaster Recovery, but not in detail, so I am probably not really the best candidate at the moment. I rate MySQL on Ubuntu a ten out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)


    Claudia Agosti

Daily user events have accelerated dashboard insights but still need stronger analytics queries

  • December 16, 2025
  • Review provided by PeerSpot

What is our primary use case?

My main use case for MySQL on Ubuntu is user events tracking and for a daily dashboard and feature based on machine learning.

A quick, specific example of how I use MySQL on Ubuntu for user event tracking or my daily dashboard is that I am making a daily dashboard in which I count the number of clicks, logins, or sales of the users.

What is most valuable?

The best features MySQL on Ubuntu offers are very good performance on easy queries, and it's very easy and fast to install and manage.

When I talk about performance on easy queries, I find it very fast with easy queries; I just type the query and in a few seconds, I get the result of the query. That's why I said that it's fast. It's also fast to install because it's very easy and user-friendly.

MySQL on Ubuntu has positively impacted my organization by saving time.

I have saved a significant amount of time because it's faster to create features with machine learning since it's very fast, and so we get the result in a few seconds.

What needs improvement?

MySQL on Ubuntu can be improved because it has limited analytics query capabilities rather than other competitors.

For how long have I used the solution?

I have been using MySQL on Ubuntu for a few months.

What other advice do I have?

I run queries directly without using any tools or scripts to help automate the process.

On a scale of one to ten, I would rate MySQL on Ubuntu a six.

I gave it a six because it's a very good product, but it's not an analytics database, really.

The advice I would give to others looking into using MySQL on Ubuntu is to just try it because it's very easy to try, and you're going to understand how to use it properly by yourself.


    reviewer1458420

Uses reliable and high-availability database support for managing trading transactions effectively

  • November 18, 2025
  • Review from a verified AWS customer

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?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)


    reviewer2686584

Relational schemas improve application performance but complexity challenges remain

  • April 17, 2025
  • Review provided by PeerSpot

What is our primary use case?

I use MySQL on Ubuntu for automation and intersystems in my organization.

What is most valuable?

I appreciate MySQL on Ubuntu for its relational tables which are faster to read, contributing to the performance in simple applications. The platform provides structured schemas, which are valuable for my use cases.

What needs improvement?

More robust databases would enhance MySQL on Ubuntu. While fast, MySQL on Ubuntu may not handle complex applications as efficiently as alternatives, necessitating more robust database capabilities.

For how long have I used the solution?

I have been using MySQL on Ubuntu for about two years.

How are customer service and support?

I have not used the technical support for MySQL on Ubuntu.

How would you rate customer service and support?

Neutral

Which solution did I use previously and why did I switch?

I am currently using MySQL on Ubuntu, Postgres, MongoDB, and Redis.

How was the initial setup?

Setting up MySQL on Ubuntu is complex.

What's my experience with pricing, setup cost, and licensing?

MySQL on Ubuntu is not expensive.

Which other solutions did I evaluate?

I evaluated Postgres as an alternative solution.

What other advice do I have?

MySQL on Ubuntu receives an overall rating of seven out of ten.


showing 1 - 4