Overview

Product video
This is a repackaged open source software wherein additional charges apply for extended support with a 24 hour response time.
The LAMP Stack Ubuntu 22 AMI provides a robust platform for developing and deploying web applications. Combining Linux, Apache, MySQL, and PHP, this image offers a powerful and flexible environment that meets the needs of developers and IT professionals alike.
Key Features:
- Pre-configured Environment: Quickly get started with a fully configured LAMP stack on Ubuntu 22, saving you valuable setup time.
- Stable Foundation: Built on the reliable Ubuntu 22 base, ensuring compatibility with modern applications and security updates.
- Open Source Flexibility: Leverage an open-source stack ideal for a wide range of applications, from simple websites to complex web applications.
- Performance Optimizations: Tuning and enhancements out of the box for optimal performance under various load conditions.
- Security-First Approach: Pre-installed security configurations to help safeguard your environment.
Benefits:
- Rapid Deployment: Launch your web applications and services in minutes, reducing time-to-market.
- Scalable Architecture: Easily scale your applications as your user base grows, leveraging the elastic nature of AWS EC2.
- Cost-Effective: Minimize infrastructure costs using a pay-as-you-go model while benefiting from the powerful features of the LAMP stack.
Use Cases:
- Web Application Development: Ideal for developing and testing web applications in a consistent and reliable environment.
- Content Management Systems: Perfect for deploying applications such as WordPress, Joomla, or Drupal.
- API Development: Easily create and manage RESTful APIs to serve your applications.
The LAMP Stack Ubuntu 22 AMI delivers an effective solution for developers looking to build and deploy powerful web applications efficiently while leveraging AWS's robust cloud infrastructure.
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
- The LAMP Stack Ubuntu 22 is an optimized solution for developing and deploying dynamic web applications. Built on the reliable Ubuntu 22.04 LTS platform, it seamlessly integrates Linux, Apache, MySQL, and PHP for a robust web server environment. The pre-configured settings ensure quick installations while maintaining performance, making it an ideal choice for developers looking to prototype or launch projects efficiently.
- This AMI's scalability features enable easy adjustment of resources based on application demand, ensuring optimal performance during traffic spikes. With support for popular content management systems and frameworks, developers can leverage this environment to create versatile applications ranging from blogs to enterprise-level websites. The Amazon EC2 integration allows for effortless maintenance and management in the cloud.
- Security is a top priority with LAMP Stack Ubuntu 22, featuring built-in firewall settings and automatic updates to protect against vulnerabilities. Additionally, it offers flexibility for customization, allowing users to tailor their stack to meet project-specific requirements. This makes it a perfect fit for both startups and established enterprises aiming for reliable performance and security in their web hosting solutions.
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
- ...
Dimension | Cost/hour |
|---|---|
m2.xlarge Recommended | $0.28 |
t3.micro | $0.07 |
t2.micro | $0.21 |
m6i.xlarge | $0.28 |
i3.2xlarge | $0.56 |
x2iedn.xlarge | $0.28 |
r7i.8xlarge | $2.24 |
m6idn.2xlarge | $0.56 |
r7i.large | $0.14 |
r6id.32xlarge | $4.48 |
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.
Default web root is: /var/www/html
MySQL can be secured by executing: mysql_secure_installation
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
DevOps experience has delivered reliable web hosting and ongoing optimization for client sites
What is our primary use case?
LAMP Stack Ubuntu is primarily used to deploy applications, specifically WordPress applications on clients' AWS accounts. I began learning this stack at the start of my career, studying how to install it, configure it, and ensure high availability and flexibility for scaling. Now, I use all the instruments individually and together, such as Linux and Apache. I have mostly worked on customers' websites from different companies and organizations, including banks and IT companies that use LAMP Stack Ubuntu for their marketing websites. This is how I use it in a production environment.
The main use case is deploying LAMP Stack Ubuntu for customers, particularly for their main marketing websites. This is the primary method I use for deployment, and I mostly deploy using Terraform .
What is most valuable?
Several valuable features of LAMP Stack Ubuntu stand out to me. The APT packaging handles dependencies flawlessly, so developers do not have to spend hours compiling or linking PHP modules manually. Stability is another key feature that makes LAMP Stack Ubuntu exceptional for enterprise use. Ubuntu 's long-term support cycles align perfectly with enterprise maintenance schedules. Additionally, MySQL database management is robust, and MySQL on Ubuntu integrates naturally with the system security layer.
LAMP Stack Ubuntu has positively impacted my organization because I have been providing services for maintaining, proactively monitoring, and improving LAMP Stack Ubuntu on customers' websites.
What needs improvement?
Regarding how LAMP Stack Ubuntu can be improved, several improvement areas exist. The default Apache performance is an area of concern, as standard Apache deployments can become RAM-heavy under certain traffic spikes if left on default multi-processing modules. To make LAMP Stack Ubuntu enterprise-ready, one must switch from MPM Prefork to MPM Event and pair it with PHP-FPM. This is crucial because an unoptimized stack will choke under load. Additionally, there are security hygiene limitations and state dispersal and auto-scaling issues. Traditionally, LAMP Stack Ubuntu houses application logic, PHP, temporary files, sessions, and databases on a single local OS layer, creating horizontal scaling limits. Offloading MySQL to AWS RDS and using shared S3 or EFS paths for core storage is required for modern cloud elasticity.
For how long have I used the solution?
I have been using LAMP Stack Ubuntu since the beginning of my career. The first thing I learned while working as a DevOps engineer was to launch LAMP Stack Ubuntu on Ubuntu . I studied how to do it, installed it, and configured it with best practices.
What do I think about the stability of the solution?
The stability of LAMP Stack Ubuntu is exceptional. Once system memory allocations are tuned, an Ubuntu LAMP server can run continuously for months without a single daemon crash or memory leak.
Concerning the accuracy and reliability of output for LAMP Stack Ubuntu, the solution is highly reliable since it has been used in production for a while. The stability is exceptional, and if system memory allocations are tuned, an Ubuntu LAMP server can run continuously for months without a single daemon crash or memory leak. LAMP Stack Ubuntu is a highly reliable option for use in a production environment.
What do I think about the scalability of the solution?
LAMP Stack Ubuntu scales seamlessly vertically with increased CPU and RAM instance sizes. Horizontally, it requires decoupled database management, and the underlying components manage load-balanced traffic incredibly well, particularly when caching systems such as Redis or Memcache are enabled.
How are customer service and support?
I do not pay Canonical for enterprise-tier OS support, but the public community support for LAMP Stack Ubuntu is unmatched. If an obscure error occurs between an Apache rewrite module and a specific PHP version, a quick search yields thousands of vetted solutions from Canonical's Stack Overflow and GitHub issues.
Which solution did I use previously and why did I switch?
Before choosing LAMP Stack Ubuntu, I had been using NGINX instead of Apache. Both solutions have worked perfectly fine for all customers, with customer preference being to use LAMP Stack Ubuntu.
How was the initial setup?
When setting up LAMP Stack Ubuntu for clients, I customize front-end components such as Apache to ensure high availability and fault tolerance. I configure the system so that it can restart itself, auto-recover, and auto-heal.
What was our ROI?
I have seen a return on investment through significant time savings. LAMP Stack Ubuntu is a universally known stack with a massive global community, meaning onboarding new developers takes minimal time.
What's my experience with pricing, setup cost, and licensing?
My experience with pricing, setup costs, and licensing includes using a free version, as I did not acquire any enterprise version of LAMP Stack Ubuntu.
Which other solutions did I evaluate?
I used NGINX on different customers, but it is important to note that both solutions work perfectly fine, just as Apache does.
What other advice do I have?
On a scale of one to ten, I rate LAMP Stack Ubuntu a nine. I chose nine out of ten because it is working almost perfectly, though there are a few improvement areas that I mentioned earlier. If those are implemented, it could be a ten out of ten.
Regarding LAMP Stack Ubuntu's AI capabilities, my thoughts on governance and security include an improvement plan for security hygiene limitations. While highly secure, the stack relies heavily on proper engineering implementation, such as hardening immediately post-install. Skipping MySQL secure installation or neglecting to tightly configure UFW for port 443 only leaves immediate entry points open, so this area can be improved.
I would advise others looking into using LAMP Stack Ubuntu not to treat the default install as production-ready because many configurations are necessary to make it secure, scalable, and highly available. That is an important point to emphasize. My overall review rating for LAMP Stack Ubuntu is nine 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?
Flexible web hosting has supported fast deployments and detailed log-based troubleshooting
What is our primary use case?
My main use case for LAMP Stack Ubuntu was for websites, specifically for customer websites. For a customer's website, I used to spin up EC2 instances according to the customer's website and the traffic they expected, then install LAMP Stack Ubuntu with Apache, MySQL , and PHP, deploy the application, tune some things in the Apache server, and then deploy the website.
What is most valuable?
The error logs and access logs in LAMP Stack Ubuntu were very useful in providing information to clients about what went wrong or what happened.
In my opinion, the best features LAMP Stack Ubuntu offers include PHP configured with it, allowing us to set up a PHP-FPM pool right with Apache, and we can have a worker. We can also enable different modules such as the zip module, which illustrates that the flexibility is quite good.
When mentioning flexibility and the ability to enable different modules, there are different modules for different things that we could enable. With Apache, we could deploy it on cPanels and Plesk , enabling PHP through a PHP selector, which helped with the deployment of websites that require different modules, including mod_ssl for SSL/TLS and mod_expires to set limits for expiration for HTTP headers.
LAMP Stack Ubuntu has impacted my organization positively by helping us deploy many websites. We could spin up small EC2 instances and deploy LAMP Stack Ubuntu, taking no time to install the stack and make the website go live and running.
As a result of using LAMP Stack Ubuntu, I have noticed cost savings since it is open-source and cost-effective, making it easy to deploy and maintain. If something goes wrong with the configuration, we could use 'apachectl configtest' to get the syntax errors, which highlights that Apache is very good with configurations.
What needs improvement?
Regarding improvements for LAMP Stack Ubuntu, I think the security is pretty dependent on the configuration and patching, so there may be a need for some automation of security protocols.
In addition to needed improvements, I find that Apache requires very high memory usage, unlike Nginx, and under high traffic, it bloats.
For how long have I used the solution?
I have been using LAMP Stack Ubuntu for around three years.
What do I think about the stability of the solution?
In my experience, LAMP Stack Ubuntu is pretty stable, but it remains stable only if you have all the security modules in place.
What do I think about the scalability of the solution?
Concerning LAMP Stack Ubuntu's scalability, I think it is pretty difficult to scale it horizontally. Only vertical scalability is present.
How are customer service and support?
I did not reach out to customer support for LAMP Stack Ubuntu. I just checked community forums.
Which solution did I use previously and why did I switch?
I do not switch from LAMP Stack Ubuntu but have used Nginx and the Nginx stack with the reverse proxy configuration.
How was the initial setup?
I have deployed LAMP Stack Ubuntu using AWS for one of my organizations, and I identified it as a public cloud. In another organization, they used big servers in their data center, where they installed the operating systems, such as Ubuntu and Rocky Linux , then installed LAMP Stack Ubuntu for the customers while using cgroups to cage the customers.
For LAMP Stack Ubuntu, we predominantly used AWS EC2, and sometimes we spun up AWS LightSail instances that already had LAMP Stack Ubuntu configured, so we did not need to do it. Mostly it was EC2 where we needed to install LAMP Stack Ubuntu.
What about the implementation team?
I did not purchase LAMP Stack Ubuntu through the AWS Marketplace , as purchasing is not on my end. I am just a deployer.
Regarding my experience with pricing, setup costs, and licensing, I must clarify that I am not involved with licensing or purchasing. I am just the technical support engineer.
What was our ROI?
I have seen a return on investment because the company benefits greatly from deploying on the data centers and providing access to customers' websites on the World Wide Web, which allows them to earn revenue by caging them with cgroups and utilizing different security features through various modules.
Which other solutions did I evaluate?
Before choosing LAMP Stack Ubuntu, my team evaluated other options like Nginx, but the customizability of Apache made them choose Apache.
What other advice do I have?
Regarding LAMP Stack Ubuntu's governance and security, I believe that everything is pretty governable. Every script that Apache has helps us test configuration and necessitates changing config files.
I am not certain about the accuracy and reliability of output regarding LAMP Stack Ubuntu. We just use it to host websites or web applications, but once it is configured, the websites work correctly.
My advice for others looking into using LAMP Stack Ubuntu is that they should be familiar with the Apache modules and know about the configurations. They should be flexible with error logs, access logs, and SSL logs.
LAMP Stack Ubuntu is very good, and from my experience, it is suitable for both small and medium workloads. I would rate this review as a nine 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?
Hosting PHP apps has become faster and supports reliable delivery across hybrid environments
What is our primary use case?
My main use case for LAMP Stack Ubuntu is hosting PHP applications. A specific example of a PHP application I have hosted with LAMP Stack Ubuntu includes WordPress websites and Laravel.
What is most valuable?
The best features that LAMP Stack Ubuntu offers are that it is easy to set up and a reliable solution for anyone who would like to use open-source products.
When I say it is easy to set up, the smooth setup process for me is due to Ubuntu having a specific alias for the package management to install LAMP Stack Ubuntu; you simply indicate that you want LAMP Stack Ubuntu, and it installs it, unlike other distributions where you need to install packages one by one.
LAMP Stack Ubuntu has positively impacted my organization by allowing us to develop and deliver PHP applications, essentially building a business process based on this solution.
I have seen specific outcomes such as fast setup allowing us to release our environments much faster than on any other operating system.
What needs improvement?
It is difficult to determine how LAMP Stack Ubuntu can be improved at this time, as it has great package management and a release process that offers quite fresh installations and easy setup.
I wish that there could be something better, but I do not have any specific features I would like to see added, even if it is something small.
I believe there is nothing that could be improved about LAMP Stack Ubuntu that we have not covered yet.
For how long have I used the solution?
I have been using LAMP Stack Ubuntu for somewhere around ten years.
What do I think about the stability of the solution?
In my experience, LAMP Stack Ubuntu is stable.
What do I think about the scalability of the solution?
LAMP Stack Ubuntu's scalability is absolutely easy.
How are customer service and support?
I have never talked with customer support.
Which solution did I use previously and why did I switch?
I previously used a CentOS LAMP Stack and a Debian LAMP Stack; I switched because Ubuntu offers more fresh application versions and a faster release cycle for the operating system itself and the applications themselves. Sometimes Ubuntu has the latest versions if you need them, and it is the way to go.
How was the initial setup?
My experience with pricing, setup cost, and licensing shows that in most cases, the setup cost does not cost anything except the resources which I consume to install Linux on the server.
What was our ROI?
I have not seen a return on investment, and I do not have any specific example for such metrics.
What's my experience with pricing, setup cost, and licensing?
My experience with pricing, setup cost, and licensing shows that in most cases, the setup cost does not cost anything except the resources which I consume to install Linux on the server.
Which other solutions did I evaluate?
Before choosing LAMP Stack Ubuntu, I evaluated other options, specifically the CentOS LAMP Stack.
What other advice do I have?
LAMP Stack Ubuntu is deployed in my organization in essentially everything: on-premises, private cloud, and public clouds.
For my public cloud deployments, I use AWS , Linode, DigitalOcean , Hetzner, and many others.
I did not purchase LAMP Stack Ubuntu through the AWS Marketplace .
My advice for others looking into using LAMP Stack Ubuntu is to know what you are doing and optimize configuration because the default configuration could be not very secure and not very optimal for your specific application.
I would rate this product a nine out of ten.
Open-source web stack has transformed academic training and supports real-world project deployment
What is our primary use case?
My main use case for LAMP Stack Ubuntu is developing and hosting dynamic web applications. In training sessions, I use LAMP Stack Ubuntu to teach students how to build a website with PHP and MySQL hosted on Apache. For projects, I deploy academic portals and mini projects using LAMP Stack Ubuntu, demonstrating scalability and security practices.
I will explain one example. I recently deployed an attendance portal on LAMP Stack Ubuntu in which I used Linux, Apache for the front-end, MySQL or MariaDB for the database, and PHP for the backend. It is a more reliable and cost-effective platform for web development.
I use LAMP Stack Ubuntu by installing and configuring Apache, MySQL, and PHP on Ubuntu servers, hosting student mini projects and faculty applications. I also demonstrate integration with Docker and cloud environments for scalability.
What is most valuable?
LAMP Stack Ubuntu provides several valuable features, including easy installation with APT and open-source availability. It is cost-effective and provides flexible scripting with PHP, Python, and Perl. Additionally, it offers strong community support for resolving doubts and issues.
Among all the features, I appreciate the open-source aspect most, which gives us easy access to all the services. The cost-effectiveness reduces expenses significantly. For other platforms, we need to pay for hosting and building web applications, but with LAMP Stack Ubuntu, we can deploy and make applications on our Ubuntu servers. Strong community support provides a reliable option for using this platform. I am appreciating LAMP Stack Ubuntu for these reasons.
LAMP Stack Ubuntu has impacted my organization in many ways. The adaptation of LAMP Stack Ubuntu in academic training means students now gain hands-on experience with one of the most widely used open-source stacks in the industry. It has improved the quality of learning outcomes. In projects, we have successfully deployed academic portals, ERP systems, and mini projects using LAMP Stack Ubuntu on Ubuntu servers. This has reduced dependency on proprietary solutions, saving costs while maintaining flexibility. It encourages our culture of open-source adoption, aligning with industry standards and providing a stable, secure, and cost-effective platform for both teaching and research. It strengthens collaboration between faculty and students as projects can be easily shared, tested, and improved.
What needs improvement?
There are several ways in which LAMP Stack Ubuntu can be improved. You should introduce Nginx as a reverse proxy in front of Apache for better handling of high-traffic sites. You should enable a caching layer like Redis to reduce database load and improve response time. Using PHP-FPM instead of mod_php would provide faster execution and lower resource usage. You should increase security enhancements by enforcing SSL or TLS with TLS certificates by default. For scalability and modernization, containerizing LAMP Stack Ubuntu components with Docker would improve portability and easier scaling. An integration option should be available with cloud services for elastic scaling.
If all the services I mentioned are implemented, I would definitely give it a perfect rating of 10 out of 10 because it is a very efficient and best platform.
For how long have I used the solution?
I have been working in my current field for more than two years.
What do I think about the stability of the solution?
LAMP Stack Ubuntu is very stable in both academic and faculty projects. It provides reliability, consistency in training labs, security with regular updates, and scalability.
What do I think about the scalability of the solution?
LAMP Stack Ubuntu is very scalable in my experience, but it requires some tuning and additional tools to handle large workloads effectively. Vertical scaling on a single server is easy—you can scale up by adding more CPU, RAM, or storage on the Ubuntu server. This works well for smaller to medium-sized academic portals. For example, a single VM with two virtual CPUs and 4GB RAM can handle hundreds of concurrent users for a typical PHP MySQL workload. For horizontal scaling, LAMP Stack Ubuntu can scale up to thousands of users with load balancers. Caching and optimization, along with cloud and container integration, are the factors that contribute to Ubuntu scaling.
How are customer service and support?
For enterprise users, Canonical offers paid support plans with SLAs, security patches, and compliance guarantees. In our academic status, we have not used paid support, but it is available for organizations that need guaranteed response time. We have observed the stability and proper support that LAMP Stack Ubuntu provides.
Which solution did I use previously and why did I switch?
Previously, our organization experimented with web servers and databases. We used Windows Server with IIS and MS SQL Server for hosting academic portals. While functional, these solutions came with high licensing costs and required more complex administration. For students, we used WAMP for local labs, which relied on WAMP setups on Windows machines. These setups were very easy for beginners but lacked scalability, security, and real-world deployment relevance. Due to these limitations, we switched to LAMP Stack Ubuntu for cost savings, scalability, industry relevance, ease of development, security, and flexibility.
Before adopting LAMP Stack Ubuntu, we evaluated several alternatives. WAMP, which is Windows-based, is easy for beginners but lacks scalability, security, and enterprise relevance. Windows Server with IIS and MS SQL provided enterprise-grade hosting but came with high licensing costs.
How was the initial setup?
If I look at specific metrics, the setup reduces cost significantly. By using LAMP Stack Ubuntu, we have reduced dependency on proprietary solutions with estimated savings between 30,000 to 50,000 per year compared to licensed enterprise web servers and databases. Hosting student projects on Ubuntu servers costs almost zero in licensing fees, making it ideal for academic budgets.
In training efficiency, the setup time for student labs dropped from two to three hours to 30 to 40 minutes with Ubuntu APT packages. Students can deploy a working web application in under one hour, improving lab productivity by 60%.
In project deployment, faculty projects such as ERP portals and academic websites now run on LAMP Stack Ubuntu with uptime greater than 99.99% on local servers. Maintenance costs are minimal.
For organizational benefits, LAMP Stack Ubuntu has encouraged the adoption of open-source culture across various departments and increased collaboration.
What was our ROI?
We have seen a clear return on investment after adopting LAMP Stack Ubuntu for both academic and practice projects. In cost savings, by using open-source components such as Linux, Apache, MySQL, and PHP, we have eliminated licensing fees with estimated savings from 30,000 to 50,000 annually. In time efficiency, student lab setup time has been reduced from two to three hours to 30 to 40 minutes due to Ubuntu APT packages. Deployment of a working web application now takes under one hour, improving lab productivity by 60%. Over 100 plus students per semester now deploy projects on LAMP Stack Ubuntu, making it the default stack for coursework.
What's my experience with pricing, setup cost, and licensing?
The pricing, setup cost, and licensing are much better and demonstrate the efficiency of the platform. The pricing is fair according to the services that LAMP Stack Ubuntu provides. The fees are very nominal and I am satisfied with them.
What other advice do I have?
There are several ways in which LAMP Stack Ubuntu can be improved. You should introduce Nginx as a reverse proxy in front of Apache for better handling of high-traffic sites. You should enable a caching layer, such as Redis , to reduce database load and improve response time. Using PHP-FPM instead of mod_php would provide faster execution and lower resource usage. You should increase security enhancements by enforcing SSL or TLS with TLS certificates by default.
For students, we use public cloud, and for our internal faculty in the department or institution, we use private cloud where we host multiple applications.
Canonical offers paid support plans with SLAs, security patches, and compliance guarantees for enterprise users. In our academic status, we have not used paid support, but it is available for organizations that need guaranteed response time.
I would advise others who are looking for a proper platform that LAMP Stack Ubuntu is very simple and allows you to leverage community resources. You should focus on security early, think about scalability, and use it for real projects. My overall rating for LAMP Stack Ubuntu is 9 out of 10.
Which deployment model are you using for this solution?
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Consistent customization has supported long-term web app development and client satisfaction
What is our primary use case?
My sphere now basically focuses on integration and web app development, not AI. The major use case for using LAMP Stack Ubuntu is for web app development.
What is most valuable?
Using LAMP Stack Ubuntu's open source nature helps with my customization efforts. The customization benefits I see are usually for the optimizations, and there are open source forums that our team utilizes for additional optimizations we can perform.
The biggest positive impact from LAMP Stack Ubuntu is keeping the client happy with the changes and satisfied. We do not do over-optimization for them as it is a waste of money and time. If they have a high-level need and it performs very well, we have historical information, such as how many requests are processed per minute or hour, and we keep track of those metrics, reviewing them quarterly for the client. Sometimes we have incremental improvements based on patches made to the server or stack updates. When we get those updates, we inform the client, and there were times in the past when changes made LAMP Stack Ubuntu a little slower, and we also notify the client to let them know what is happening in case there are any concerns.
What needs improvement?
The negative things are mostly in the development workflow, and those are the things we do focus on and work on primarily, rather than trying to find something negatively affecting us based on the operating system or the toolchain that we use.
Recently, the challenges I see in development workflow are more on the rising use of AI, and the company is trying to integrate them. Senior personnel like myself have more of a challenge working with it, such as code reviews and getting the right code formed because AI sometimes pulls in weird code, requiring us to keep an eye on proposed changes. There are times when the changes that AI proposes can break security or some features.
The only negative side I see is connected with development workflow, and that is the only thing that could cause some problems. I do not think there is a pressing need for new features in LAMP Stack Ubuntu in the future from our clients that we see or do not see.
For how long have I used the solution?
I have been using LAMP Stack Ubuntu for almost twenty years, pretty much since two thousand seven.
What do I think about the stability of the solution?
Regarding the stability of LAMP Stack Ubuntu, I have not seen any kind of disruptions. If I remember correctly, disruptions were pretty much on our end due to an instance misconfiguration from our DevOps team, which led to storage issues from piling Docker logs that caused server issues we had to track down.
What do I think about the scalability of the solution?
As for scalability, it has been easy to scale with scaling services on Amazon, such as load balancing and auto-scaling.
Which solution did I use previously and why did I switch?
Apart from LAMP Stack Ubuntu, I have not been using something similar in the past for web app development. I have mostly worked on LAMP Stack Ubuntu and Django for the past five years. Comparing LAMP Stack Ubuntu with Django, the pros and cons depend on the client's preference. Personally, I like Python better than PHP, but PHP does the job, and there have been a lot of improvements on PHP recently that I appreciate.
How was the initial setup?
For LAMP Stack Ubuntu, it is a stock configuration, where we install Apache and MySQL and PHP manually. For MySQL, we regularly use RDS instead of installing MySQL on a machine. Regarding installation for LAMP Stack Ubuntu, it is easy. The optimization is what really takes time.
What's my experience with pricing, setup cost, and licensing?
About price, I do not have much on LAMP Stack Ubuntu licensing. It is more on the cloud costs that we keep track of, based on configurations such as CPU and memory, not the software licenses.
What other advice do I have?
In terms of a package management system, I am using Ubuntu's package management system. It simplifies installations because we just use the usual package commands such as APT. It helps to simplify my installations, as we use Docker. Once we get these stacks built up in Docker, then we have the CI/CD pipelines build the image, and once the changes have been merged, the resulting image is pushed to a repository and that triggers the deployment.
With integration with third party services, we employ a queuing setup, where we queue in some of the needed jobs, and then there are worker instances. In case they fail, we still have the option to re-run the failed jobs by re-queuing them. Regarding community support of Ubuntu, we usually do not put in a lot of effort on that one for the Docker builds, since we put in a version that takes care of pulling in the minor changes and security changes every time it gets built. However, we do keep track of news feeds to be informed of bug fixes or security updates that have gone into that version.
I would rate my overall experience with LAMP Stack Ubuntu as a ten out of ten.