Overview
Wordpress Admin Panel
This is a repackaged open source software product wherein additional charges apply for professional support, enterprise security hardening, automated deployment configuration, performance optimization, and ongoing maintenance services provided by Akkaya Limousine LLC.
WHAT YOU ARE PAYING FOR
The AMI pricing covers:
- Professional AMI configuration and optimization
- Security hardening with SSH hardening and UFW firewall
- Automated first-boot deployment scripts
- Pre-configured production-ready environment
- Unique credential generation per instance
- Performance tuning for LAMP stack
- Technical support for deployment and configuration
- Documentation and deployment guides
ABOUT WORDPRESS
WordPress is the world's most popular open-source content management system, powering over 40% of all websites on the internet. Built with PHP and MySQL, WordPress provides powerful features for blogging, e-commerce, portfolios, business sites, and any type of web presence. The software is free and open-source.
TECHNICAL SPECIFICATIONS
Complete optimized LAMP stack:
- WordPress 6.9.4 (Latest Stable)
- Ubuntu 24.04 LTS with 5 years security support
- Apache 2.4 with mod_rewrite and optimized configuration
- PHP 8.3 with OPcache and required extensions
- MySQL 8.0 with security hardening
- WP-CLI pre-installed for command-line management
- Certbot pre-installed for free SSL certificates
AUTOMATED DEPLOYMENT
Zero-configuration first boot setup:
- Dynamic IP-based URL configuration for instant access
- Unique database passwords generated per instance
- Administrator credentials created automatically
- All services started and configured
- System ready in 2-3 minutes after launch
ENTERPRISE SECURITY HARDENING
Professional security configuration included:
- UFW firewall pre-configured for ports 22, 80, 443
- SSH hardening with root login disabled and key-only authentication
- MySQL security best practices implemented
- No default passwords or shared credentials
- All credentials unique per instance
- Stored securely in ~/credentials.txt
GETTING STARTED
Launch Process:
- Select this AMI from AWS Marketplace
- Choose instance type (t3.medium or larger recommended)
- Configure security group: ports 22, 80, 443
- Select SSH key pair
- Launch instance
Access Your Site:
- Wait 2-3 minutes for automated first-boot configuration
- SSH: ssh -i your-key.pem ubuntu@instance-ip
- View credentials: cat ~/credentials.txt
- Access site: http://instance-ip
- Access admin panel: http://instance-ip/wp-admin
RECOMMENDED INSTANCE TYPES
Development and Testing:
- t3.small (2 vCPU, 2 GB RAM)
- t3.medium (2 vCPU, 4 GB RAM)
Small to Medium Sites:
- t3.large (2 vCPU, 8 GB RAM)
- t3.xlarge (4 vCPU, 16 GB RAM)
Large Sites:
- t3.2xlarge (8 vCPU, 32 GB RAM)
SSL CONFIGURATION
For production with custom domain: sudo apt install certbot python3-certbot-apache sudo certbot --apache -d yourdomain.com Certificate auto-renewal configured automatically.
SCALABILITY
- Auto Scaling Groups compatible
- Elastic Load Balancing ready
- RDS for MySQL supported
- CloudFront CDN ready
SYSTEM REQUIREMENTS AND DEPENDENCIES
- Minimum instance type: t3.small (2 vCPU, 2 GB RAM)
- Minimum storage: 20 GB EBS volume recommended
- An EC2 key pair is required for SSH access
- A public IPv4 address or Elastic IP is required for site access
- Ports 22, 80, and 443 must be allowed in the security group
- This product uses EC2 IMDSv2 during first-boot initialization to retrieve instance information. No external packages are downloaded at launch. All software is pre-installed in the AMI.
PRODUCT LIMITATIONS
- Single-node deployment. High availability, load balancing, and auto scaling are not included by default
- HTTPS is not pre-configured. Customers must install their own SSL certificate after launch
- SMTP and outbound email are not pre-configured. Manual configuration required in WordPress admin panel under Settings
- OS and application updates after launch are the responsibility of the customer
- Static IP is not included. An Elastic IP is recommended for production use
- Third-party plugins, themes, CDN, and backup services are not included
SUPPORT
Akkaya Limousine LLC provides deployment assistance, credential retrieval guidance, and Apache, PHP, MySQL troubleshooting.
Contact: info@akkayalimousinellc.com Website: akkayalimousinellc.com
ABOUT AKKAYA LIMOUSINE LLC
Akkaya Limousine LLC specializes in cloud deployment solutions, delivering production-grade hardened AMIs with professional support and deployment automation services.
WORDPRESS LICENSE
WordPress is licensed under GNU General Public License v2.0 and is free and open-source software. AMI charges are for professional configuration, security hardening, automated deployment, and support services provided by Akkaya Limousine LLC.
Highlights
- Production-ready WordPress 6.9.4 on Ubuntu 24.04 LTS with automated first-boot setup, unique instance credentials, and preconfigured Apache/PHP/MySQL stack.
- Security-focused deployment with key-based SSH access, disabled root SSH login, disabled password authentication, and no shared default customer credentials.
- Fast launch experience with automatically generated admin and database credentials, WP-CLI and Certbot pre-installed, and support from Akkaya Limousine LLC.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Description | Cost/month |
|---|---|---|
Wordpress 6.9.4 License | Production-ready Wordpress AMI deployment with support by AKKAYA LIMOUSINE LLC | $1,000.00 |
Vendor refund policy
Charges are based on actual usage. You can terminate your EC2 instance at any time to stop incurring charges. No refunds are provided for partial usage periods. For billing inquiries or disputes, please contact us at info@akkayalimousinellc.com before submitting a claim through AWS.
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
RELEASE: WordPress 6.9.4 on Ubuntu 24.04 LTS Release Date: March 2026 Prepared by: Akkaya Limousine LLC
WHAT IS INCLUDED
Software versions:
- WordPress 6.9.4
- Ubuntu 24.04.4 LTS
- PHP 8.3 with OPcache and required extensions
- MySQL 8.0
- Apache 2.4
- WP-CLI 2.12.0
- Certbot pre-installed
- UFW firewall pre-configured
AUTOMATED FIRST-BOOT SYSTEM
Each instance launch triggers a one-time initialization that:
- Waits for MySQL to become fully ready
- Retrieves instance metadata via IMDSv2
- Falls back to private IP if no public IP is assigned
- Creates a unique database user with a randomly generated password
- Updates WordPress configuration with new database credentials
- Updates site URL and home URL with instance public IP
- Starts all services and waits for the site to respond
- Creates unique administrator credentials
- Writes all credentials to ~/credentials.txt (chmod 600)
- Creates a lock file to prevent re-running on reboot
SECURITY CONFIGURATION
- PermitRootLogin: disabled
- PasswordAuthentication: disabled
- MySQL root: auth_socket
- MySQL bind-address: 127.0.0.1
- Apache ServerTokens: Prod
- No hardcoded credentials in AMI
- No shared default passwords
KNOWN LIMITATIONS
- HTTPS not pre-configured. Customers must install SSL certificate
- SMTP not pre-configured. Manual configuration required in WordPress Settings
- No Elastic IP assigned by default
OPEN SOURCE NOTICE
WordPress is open-source software licensed under GNU General Public License v2.0.
SUPPORT
Email: info@akkayalimousinellc.com Website: akkayalimousinellc.com
Additional details
Usage instructions
CONNECTING TO YOUR INSTANCE
After launching, wait 2-3 minutes for first-boot initialization to complete.
Connect via SSH: ssh -i your-key.pem ubuntu@YOUR_PUBLIC_IP
Retrieve your credentials: cat ~/credentials.txt
This file contains your admin username, admin password, database user, and database password.
ACCESSING THE SITE
Open a browser and navigate to: http://YOUR_PUBLIC_IP
Access the admin panel at: http://YOUR_PUBLIC_IP/wp-admin
Sign in using the username and password from credentials.txt. Change your administrator password immediately after first login.
SECURITY GROUP REQUIREMENTS
The following ports must be open:
- Port 22 (TCP) - SSH access
- Port 80 (TCP) - Web access
- Port 443 (TCP) - HTTPS after SSL setup
For security, it is recommended to restrict port 22 to your own IP address only after launch.
RECOMMENDED INSTANCE TYPES
Testing and small sites: t3.small or t3.medium Medium sites: t3.large or t3.xlarge Large sites: t3.2xlarge or larger
SSL AND DOMAIN SETUP
- Point your domain DNS A record to your instance public IP or Elastic IP
- Install Certbot: sudo apt install certbot python3-certbot-apache -y
- Run: sudo certbot --apache -d yourdomain.com
- HTTPS will be configured automatically
DATABASE ACCESS
MySQL root access (passwordless via socket): sudo mysql
WordPress database credentials are available in ~/credentials.txt. Database name: wordpress
CHECKING SERVICE STATUS
sudo systemctl status apache2 sudo systemctl status mysql sudo systemctl status php8.3-fpm
RESTARTING SERVICES
sudo systemctl restart apache2 sudo systemctl restart php8.3-fpm sudo systemctl restart mysql
VIEWING FIRST-BOOT LOG
sudo cat /var/log/wordpress-first-boot.log
IMPORTANT NOTES
- credentials.txt is stored at /home/ubuntu/credentials.txt and readable only by the ubuntu user
- The first-boot script runs only once per instance. Rebooting will not regenerate credentials
- Each launched instance receives unique credentials
- Root SSH login is disabled. Always connect as the ubuntu user
- Password-based SSH authentication is disabled. Key pair authentication is required
Support
Vendor support
Technical support for this product is provided by Akkaya Limousine LLC.
Support contact: Email: info@akkayalimousinellc.com Website: akkayalimousinellc.com
Support scope includes: AMI launch guidance First-boot initialization assistance Credentials retrieval guidance WordPress admin panel access troubleshooting Apache, PHP, and MySQL service checks Deployment best-practice guidance for AWS
Support scope does not include: Custom WordPress development Theme or plugin debugging Content migration services Business workflow customization
Response times and support availability may vary depending on request complexity and business hours.
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.