Launch a production-ready Wordpress 6.9 site 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 x86_64 architecture - ideal for developers and small businesses. This product has charges associated with it for extended support/configuration.
WordPress is a popular open-source content management system (CMS) that allows users to create and manage websites. It offers a user-friendly interface, a wide range of themes and plugins, and supports various types of content such as blog posts, pages, and multimedia. With its flexibility and extensive community support, WordPress is widely used for personal blogs, business websites, and even e-commerce platforms.
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.
phpMyAdmin 5.2 is a web-based tool used for managing MySQL databases. It provides an intuitive graphical interface to handle database administration tasks, such as creating databases, tables, and executing SQL queries. With phpMyAdmin, users can easily manage and interact with their MySQL databases through a web browser.
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.
For extended support with a Service Level Agreement (SLA) of less than 2 hours, supplementary fees will be applicable. In the event of encountering any setup-related issues, rest assured that we are dedicated to providing support for bug resolution at no extra expense.
Image may take up to 5 minutes for initial launch.
Production-ready in under 5 minutes: Pre-configured WordPress 6.9 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.
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 a preconfigured WordPress image on Amazon Linux 2023. The software runs on the EC2 instance you choose, and each dimension maps to one EC2 instance type. Pricing scales with instance size and family. Burstable T-family types (t2, t3, t3a) suit lighter, variable workloads. General-purpose M-family (m7i, m8a) balances compute and memory. Compute-optimized C-family (c7a, c8a) targets CPU-heavy tasks. Memory-optimized R-family (r7a) fits memory-intensive use. Sizes range from nano up to metal instances. You pick the type that matches your capacity needs and pay only while it runs.
Top-of-mind questions for buyers
What does the hourly rate cover, and what runs on the EC2 instance I choose?
The rate covers a preconfigured WordPress 6.9 image on Amazon Linux 2023. Each dimension maps to one EC2 instance type, billed per hour it runs. The rate reflects that instance's size and family. You pay only for the hours the instance is active.
Am I charged when my instance is stopped?
Software charges meter running hours only. A stopped instance stops accruing the hourly software fee. Underlying AWS storage costs for attached volumes may still apply while the instance is stopped. The software license bills active running time.
How do I choose between the T, M, C, and R instance families?
Each family fits a workload type. Burstable T-family suits lighter, variable traffic. General-purpose M-family balances compute and memory. Compute-optimized C-family handles CPU-heavy tasks. Memory-optimized R-family fits memory-intensive use. Larger sizes within a family cost more per hour.
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
Wordpress 6.9.4
PHP 8.3
Apache 2.4
MariaDB 10.5
phpMyAdmin 5.2
Let's Encrypt Free SSL Certificate
HTTP/2 Enabled
Amazon Linux 2023 (LTS)
Architecture x86_64
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 IP addr. 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:
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
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
Your 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:
Change current directory: cd /etc/httpd/conf.d You will see a YOUR-DOMAIN-com.conf 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
The Wordpress setup wizard will launch. Follow the steps to complete the installation.
Your WordPress installation directory is located at: /var/www/html/wordpress. You can place your wordpress projects in this directory.
If you encounter a write permission issue with wp-config.php, you can manually generate this file in your WordPress installation directory. Once this is completed, you can restart the installation process by refreshing the page.
Advanced-level support and optimization will be promptly provided upon request. For further assistance, please refer to the support section.
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.
Launch a production-ready Wordpress 6.9 site 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 product has charges associated with it for seller support. The WordPress on Ubuntu 26 AMI provides a robust and scalable environment tailored for deploying WordPress websites in the AWS EC2 cloud. Leveraging the power of Ubuntu's latest LTS release, this AMI is optimized for performance and security, ensuring that your WordPress installation runs smoothly and efficiently. It comes pre-configured with essential software packages, making setup a breeze. Ideal for developers, businesses, and bloggers, this solution allows users to easily manage content and traffic. With automatic updates and integrated security features, you can focus on creating engaging content without worrying about underlying infrastructure. Experience unparalleled flexibility and speed by launching your WordPress site in just a few clicks using this premium AMI.
This product has charges associated with it for seller support. The Wordpress on Amazon Linux 2023 AMI is meticulously optimized for performance, scalability, and security, providing a robust platform to deploy your website in the cloud. It includes pre-installed and fully configured components such as Apache, MySQL, and the latest version of WordPress, enabling rapid deployment and an intuitive user experience. With automated backups, you can ensure data safety, while built-in firewall and security settings protect against vulnerabilities. Ideal for developers and businesses needing a reliable content management system, this AMI supports high traffic loads without compromising speed. Scale your resources effortlessly with AWS EC2, making it perfect for e-commerce, blogs, and portfolio sites, all while benefiting from the extensive AWS ecosystem.
Intuz Wordpress is a pre-configured, ready to run image for running WordPress on Amazon EC2. WordPress is one of the worlds most popular web publishing platforms for building blogs and websites. It can be customised via a wide selection of themes, extensions and plug-ins.
This product has charges associated with it for seller support. The "WordPress on Debian 13" AMI offers a robust and secure platform for hosting your WordPress website in the Amazon EC2 cloud. Pre-configured with the latest version of WordPress, this image ensures rapid deployment and effortless scalability. Benefit from Debian 13's reliability and performance enhancements, providing you with a stable environment for your web applications. Easily customize your hosting settings, manage plugins, and enjoy optimized performance for both small blogs and large scale websites. Whether you are a developer looking to set up a test environment or a business seeking reliable web hosting solutions, this AMI delivers efficiency and flexibility to meet your needs. Launch your WordPress site effortlessly and focus on what truly matters-creating great content.
A WordPress publishing platform embedded with pre-configured LAMP, Webmin. You can set up your website in 1 minute. You can edit the apache configuration file visually. You can operate MySQL more conveniently.
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.