Launch a production-ready app in minutes with a pre-configured LAMP stack featuring PHP 8.3, MariaDB 10.5, phpMyAdmin 5.2, Apache 2.4 based on Amazon Linux 2023 (LTS) and designed for the ARM64 architecture - ideal for developers and small businesses. This product has charges associated with it for extended support/configuration.
This is a repackaged open source software product wherein additional charges apply for seller extended support.
PHP 8.3 | PHP 8.1
Apache 2.4
MariaDB 10.5
Node 18.20
NPM 10.7
Composer 2.8
phpMyAdmin 5.2
HTTP/2 Enabled
Let's Encrypt Free SSL Certificate
Amazon Linux 2023 (LTS)
Architecture ARM64
Automatically Rotate Logs Without Server Restart for Seamless Application Operation.
For PHP 8.1, kindly use version 1.1
The LAMP stack setup is an excellent choice for hosting and running diverse web projects, including Laravel, WordPress, Drupal, Joomla, etc. It offers a powerful combination of the Linux operating system, Apache web server, MariaDB database, and PHP scripting language. This comprehensive stack ensures compatibility with various web frameworks and applications, making it highly adaptable for different types of web projects.
Apache 2.4 is the latest major version of the Apache HTTP Server, which is one of the most widely used web server software in the world.
PHP 8.3 is a major version of the PHP programming language, bringing new features, performance enhancements.
MariaDB 10.5 Server is one of the most popular open source relational databases. MariaDB aims to be a drop-in replacement for MySQL.
Amazon Linux 2023 (AL2023) provides an application environment that offers long-term support with access to the latest innovations in Linux.
Disclaimer: The respective trademarks mentioned in the offering are owned by the respective companies. We do not provide the commercial license of any of these products. Many of the products have a free, demo or Open Source license as applicable.
Image may take up to 5 minutes for initial launch.
Production-ready in under 5 minutes: Pre-configured (PHP 8.3, Apache 2.4, MariaDB 10.5, Node 18.20, NPM 10.7, Composer 2.8, phpMyAdmin 5.2) with free Let's Encrypt SSL, HTTP/2 for faster page loads, and automatic certificate renewal - no manual server setup required. Includes a video installation guide walking you through the entire deployment process from launch to live site.
Secure by default: Ships with firewall rules restricting traffic to essential ports, database access locked to localhost only, SSH key-pair authentication with root login disabled, and automatic security updates enabled on Amazon Linux 2023 (LTS) for long-term patching and stability.
Free setup support included: Encounter any configuration issues during deployment and Vedanta Cloud Solutions resolves them at no additional cost. Extended support with a response-time SLA of under 2 hours is also available for production workloads requiring guaranteed assistance.
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.
Try this product free for 5 days according to the free trial terms set by the vendor. Usage-based pricing is in effect for usage beyond the free trial terms. Your free trial gets automatically converted to a paid subscription when the trial ends, but may be canceled any time before that.
LAMP Stack on Amazon Linux 2023 ARM (PHP 8.3, Apache 2.4, MariaDB 10.5)
You pay by the hour for the EC2 instance you run this LAMP stack on. Each dimension maps to a specific ARM-based instance type, so the price scales with the compute you choose. The t4g family covers small, burstable workloads from nano up to 2xlarge. The c6g and c7g families target compute-focused needs. The m6g and m7g families offer balanced compute and memory. The r6g and r7g families serve memory-heavy workloads. Sizes range from medium through 16xlarge and bare-metal options. Pick the instance that fits your workload; larger instances cost more per hour.
Top-of-mind questions for buyers
What software runs on each instance, and what does the hourly rate cover?
Each instance runs a LAMP stack on Amazon Linux 2023 ARM. This includes PHP 8.3, Apache 2.4, and MariaDB 10.5. The hourly rate covers the software licence for whichever ARM instance type you launch. You pay for each running instance-hour.
Am I charged when my instance is stopped or paused?
Software charges accrue only while an instance runs. A stopped or paused instance stops incurring the hourly software fee. Underlying AWS storage costs for the attached volume may still apply while the instance is stopped. Billing resumes when you start the instance again.
Do larger instances change what I get, or just the price?
All instance types run the same LAMP stack software. Larger sizes give you more virtual CPUs and memory, so the hourly rate rises with capacity. The t4g family is burstable for small workloads. The c, m, and r families scale for compute, balanced, and memory-heavy needs.
rajjanorkar.github.io
Helpful?
Vendor refund policy
We currently do not support refunds, but you can cancel at any time. Additionally, we offer a few days of free trial for you to try out our services.
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
PHP 8.3
Apache 2.4
MariaDB 10.5
phpMyAdmin 5.2
Node 18.20
NPM 10.7
Composer 2.8
Let's Encrypt Free SSL Certificate
HTTP/2 Enabled
Amazon Linux 2023 (LTS)
Architecture ARM64
Automatically Rotate Logs Without Server Restart for Seamless Application Operation.
Additional details
Usage instructions
On your Launch an instance page, in the Key pair section, either select an existing SSH key pair name or create a new one, such as aws-ec2-instance-key-us-east-1
Edit your instance's security group inbound rules. Click on Add Rule, select the type as SSH, and set the source to My IP or manually enter your machine's IP address. This will allow only your machine to connect to the EC2 instance using SSH. To make your website accessible via HTTP/HTTPS: Click on Add Rule, select the type as HTTP, and set the source to Anywhere-IPv4. Repeat the process for the rule type HTTPS
Once you have downloaded the SSH key file to your machine, you can use it for secure authentication when connecting to remote instance
[Linux/Mac] Change the permissions using chmod 400 aws-ec2-instance-key-us-east-1.pem. You can find more information click here
Connect to the instance using SSH: ssh -i aws-ec2-instance-key-us-east-1.pem ec2-user@YOUR-INSTANCE-IP
[Windows] Refer to the following links for instructions on connecting to the instance using SSH: OpenSSH Setup or Putty Setup
MariaDB Setup:
Once you have logged in to the instance using SSH, secure and set the root password by running: sudo mysql_secure_installation
Enter current password for root (enter for none):
Switch to unix_socket authentication [Y/n] : n
Change the root password? [Y/n]: Y
Note down the root user password which you set in the previous step.
Remove anonymous users? [Y/n]: Y
Disallow root login remotely? [Y/n]: Y
Remove test database and access to it? [Y/n]: Y
Reload privilege tables now? [Y/n]: Y
MariaDB installation is completed
When launching an instance, consider attaching an Elastic IP to ensure that it remains unchanged when you stop and start your instance
SSL Certificate Setup:
Change to the config directory: cd /etc/httpd/conf.d You will see a YOUR-DOMAIN-com.conf config file in this directory
Open the config file using the nano editor: sudo nano YOUR-DOMAIN-com.conf Replace the ServerName and ServerAlias with your actual domain name
Rename the above config file to your actual domain name. (Replace YOUR-DOMAIN-com with your actual domain)
Change your domain's DNS A record to point to the IP address of this EC2 instance
Install Let's Encrypt free SSL certificate by running: sudo certbot --apache Follow the prompts to complete the installation
Edit the crontab file: sudo nano /etc/crontab Uncomment the SSL renewal cron job to enable automatic renewal of your SSL certificate
If you encounter any bugs or configuration issues during initial setup, Vedanta Cloud Solutions is committed to resolving them at no additional cost. This includes assistance with WordPress installation, database connectivity, SSL certificate configuration, and Apache/PHP troubleshooting.
Extended Support (Paid Tier)
For production workloads requiring guaranteed response times, an extended support plan is available with a Service Level Agreement (SLA) of under 2 hours. Access extended support here:
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.
Intuz LAMP greatly simplifies the development and deployment of PHP applications. It includes ready-to-run versions of Apache, MySQL, PHP and phpMyAdmin and all of the other software required to run each of those components.
This product has charges associated with it for seller support. The CentOS 10 LAMP Stack CentOS Stream 10 AMI provides a robust and reliable environment for deploying dynamic web applications. Featuring the latest versions of Linux, Apache, MySQL, and PHP, this image is optimized for performance and scalability, making it ideal for both small projects and large enterprise solutions. Users benefit from simplified installation, pre-configured settings, and extensive documentation to expedite deployment. Perfect for developers looking to build and host websites, RESTful APIs, or CMS-based applications, this AMI ensures a secure and steady operational foundation. Leverage the power of CentOS 10 to benefit from its long-term support and stability while seamlessly integrating with other AWS services for an enhanced cloud experience.
This product has charges associated with it for seller support. The LAMP Stack on Amazon Linux 2023 is an optimized Amazon Machine Image (AMI) designed for deploying dynamic web applications. This AMI includes the latest versions of Linux, Apache, MySQL, and PHP, ensuring high performance and security. With pre-configured settings, users can quickly launch their environments, facilitating rapid development and deployment. Ideal for developers seeking to build robust web applications or for businesses looking to analyze and serve data, this Amazon Linux 2023 AMI supports scalability and flexibility in the cloud. Benefit from Amazon's infrastructure to manage traffic spikes seamlessly while enjoying the seamless updates offered by Amazon Linux 2023. Start innovating today with a powerful, reliable LAMP environment tailored for your workload demands.
This product has charges associated with it for seller support. The LAMP Stack Debian 13 AMI provides a robust and flexible web development environment, featuring the latest versions of Linux, Apache, MySQL, and PHP. Ideal for developers and system administrators, this AMI allows for quick deployment of dynamic web applications while ensuring high performance and security. Users can easily manage databases and run scalable applications with seamless integration of the LAMP components. With Debian 13's enhanced stability and security features, this AMI is perfect for production workloads or rapid development in test environments. Take advantage of customizable settings to tailor your server to specific project needs, enabling efficient management of both small and enterprise-level applications in the AWS EC2 cloud.
This product has charges associated with it for seller support. The LAMP Stack Ubuntu 22 AMI offers a robust and flexible web development environment, integrating the powerful combination of Linux, Apache, MySQL, and PHP on the latest Ubuntu 22 platform. Perfect for developers and businesses looking to deploy scalable web applications, this AMI simplifies setup with pre-configured components, ensuring quick and efficient launch times. Enjoy the benefits of enhanced security features, regular updates, and support for popular frameworks and libraries. Whether you are building a content management system, e-commerce platform, or custom applications, this AMI provides the reliability and performance required to handle various workloads. Experience seamless integration with AWS services such as RDS for database management and S3 for storage, empowering your development workflow.
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.