This is a repackaged open source software product wherein additional charges apply for support with a 24-hour response time regarding product installation. This AMI is a LAMP Web Server with phpMyAdmin installed on Ubuntu 22.04 LTS, featuring PHP 8.2 Apache 2.4, MySQL 8.0, phpMyAdmin 5.2 This package has the SSM agent and AWS CLI enabled.
AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator to estimate your infrastructure costs.
If you are an AWS Free Tier customer with a free plan, you are eligible to subscribe to this offer. You can use free credits to cover the cost of eligible AWS infrastructure. See AWS Free Tier for more details. If you created an AWS account before July 15th, 2025, and qualify for the Legacy AWS Free Tier, Amazon EC2 charges for Micro instances are free for up to 750 hours per month. See Legacy AWS Free Tier for more details.
You pay by the hour for the EC2 instance running this pre-built LAMP stack with phpMyAdmin. There is no separate software license fee shown; pricing follows the instance type you choose. The many options map to AWS instance families, letting you match compute, memory, and cost to your workload. General-purpose (m, t), compute-optimized (c), memory-optimized (r, x, z), and high-memory (u) families are available, from small sizes up to bare metal. Larger instances cost more per hour. Your total depends on the instance size selected and the number of hours you run it.
Top-of-mind questions for buyers
What do I actually get when I launch one of these hourly instances?
You get a pre-built LAMP web server on Ubuntu 22 with Apache, MySQL, and PHP 8.2. It includes phpMyAdmin 5.2, the SSM agent, and AWS CLI. Certbot is installed for setting up TLS/SSL certificates. You run it on the EC2 instance type you select.
Am I charged when the instance is stopped or paused?
Hourly charges accrue only while the instance runs. A fully stopped instance stops the hourly software and compute charges. You may still pay underlying AWS storage fees for the attached volume that holds your data. Charges resume when you start the instance again.
How does picking a larger instance type change what I pay per hour?
Each instance type sets its own hourly rate. Moving from a small size like t3.micro to a large one like r5.24xlarge or a bare-metal type raises the per-hour rate. You pay that rate for every hour the instance runs, so cost scales with both size and run time.
cloudcookie.info
Helpful?
Vendor refund policy
There is no refund on hourly subscription, but you can cancel any time.
How can we make this page better?
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
Legal
Vendor terms and conditions
Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA).
Content disclaimer
Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.
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
maintenance update
Additional details
Usage instructions
Thank you for using LAMP AMI with MySQL. This AMI is based on Ubuntu 22.
Once the instance is running, you can connect to the operating system via SSH with your Amazon private key and the username 'ubuntu'.
You can find DB initial password from EC2 management console System Log. You can also SSH into your instance and find the login credential using the following command.
$ cat /home/ubuntu/credentials
You can access to phpMyAdmin after creating ssh tunnel.
$ ssh ubuntu@{ipaddress} -i {ssh-key-file.pem} -N -L 8080:localhost:80
If you want to use a mysql user 'debian-sys-maint', please set up the password with the mysql root user.
mysql> ALTER USER 'debian-sys-maint'@'localhost' IDENTIFIED BY 'YOUR_PASSWORD';
mysql> flush privileges;
If you are installing additional required PHP modules, install them with php version. For instance.
$ sudo apt install php8.2-mbstring
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.
Be the first to review this product. We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.