Overview
- Featuring a Video Installation Guide
- Wordpress 6.4
- PHP 8.2
- phpMyAdmin 5.2
- Apache 2.4
- MariaDB 10.5
- HTTP/2 Enabled
- Let's Encrypt Free SSL Certificate
- Amazon Linux 2023 (LTS)
- Architecture x86_64
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.2 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.
Installation Video: https://youtu.be/gB3SEkScTic
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.
Other Latest Products:
Highlights
- Wordpress 6.4, PHP 8.2, phpMyAdmin 5.2, Apache 2.4, MariaDB 10.5, HTTP/2 Enabled & Let's Encrypt Free SSL Certificate
- Amazon Linux 2023 (LTS)
- Runs on x86_64 EC2 Instances
Details
Typical total price
$0.029/hour
Features and programs
Financing for AWS Marketplace purchases
Pricing
Free trial
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t2.nano | $0.00 | $0.006 | $0.006 |
t2.micro AWS Free Tier | $0.004 | $0.012 | $0.016 |
t2.small | $0.008 | $0.023 | $0.031 |
t2.medium | $0.012 | $0.046 | $0.058 |
t2.large | $0.019 | $0.093 | $0.112 |
t2.xlarge | $0.026 | $0.186 | $0.212 |
t2.2xlarge | $0.034 | $0.371 | $0.405 |
t3.nano | $0.00 | $0.005 | $0.005 |
t3.micro AWS Free Tier | $0.004 | $0.01 | $0.014 |
t3.small Recommended | $0.008 | $0.021 | $0.029 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp3) volumes | $0.08/per GB/month of provisioned storage |
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.
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
- Wordpress 6.4
- phpMyAdmin 5.2
- PHP 8.2
- Apache 2.4
- MariaDB 10.5
- 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
PhpMyAdmin:
- Visit: http://YOUR-INSTANCE-IP/phpMyAdmin
- Enter the login credentials set up in the previous steps (MariaDB root user and password)
- Create a new database for the WordPress application
- Optionally, create a new user and password or use the root user
If you wish to remove phpMyAdmin, please delete the entire folder located at: /var/www/html/wordpress/phpMyAdmin
Wordpress:
- Visit: http://YOUR-INSTANCE-IP
- 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.
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
Advanced-level support and optimization will be promptly provided upon request. For further assistance, please refer to the support section.
Resources
Vendor resources
Support
Vendor support
If you encounter any bugs in the setup, we are committed to providing support to resolve them at no additional cost.
For advanced-level support, you can access it through this link:
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.