This product has charges associated with it for hardening, security configuration, and support.
Percona Server for MySQL is a free, open-source, drop-in replacement for MySQL with the same wire protocol, bundled with Percona XtraBackup for hot online backups. Unlike bare MySQL AMIs that ship with no root password set, plaintext connections, and an anonymous user plus test database you have to remove yourself, this Lynxroute build is security baked in: a root password and a sample database generated at first boot, anonymous/test removed, native TLS with a per-instance certificate, root restricted to localhost, UFW firewall, and a CIS Level 1 hardened Ubuntu 24.04 LTS base.
It also bundles the phpMyAdmin web UI: manage your databases from any browser over HTTPS behind an nginx TLS perimeter, authenticating against Percona Server itself.
A locked-down SQL database with a browser admin UI, safe from first boot. GPL-2.0 license - fully auditable, no vendor lock-in.
This is a repackaged software product wherein additional charges apply for hardening, security configuration, and support.
WHAT IS PERCONA SERVER FOR MYSQL
Percona Server for MySQL is a free, open-source, drop-in replacement for MySQL Community Edition, implemented in C/C++ as a multi-threaded relational database server with the InnoDB storage engine. It keeps full wire-protocol and behaviour compatibility with upstream MySQL, so existing applications, drivers, and tools connect unchanged, while adding enhanced instrumentation and performance diagnostics. It offers ACID transactions, the SQL standard, native JSON, generated columns, window functions, common table expressions, full-text and spatial indexes, stored procedures, replication, and the caching_sha2_password authentication plugin. The image bundles Percona XtraBackup for hot, non-blocking physical backups and Percona Toolkit for database operations. Data is persisted on disk with InnoDB redo logging and doublewrite. Running it yourself in your own VPC keeps your data inside your AWS account rather than a managed service. GPL-2.0 license, no vendor lock-in.
WHAT THIS AMI ADDS
Security hardening:
A root password and a sample application database plus user are generated at first boot - never a default or empty password
Anonymous users and the test database are removed (secure-installation equivalent); root is restricted to localhost
Native TLS enabled at first boot with a per-instance self-signed certificate - no shared private key is baked into the image; clients connect with --ssl-mode=REQUIRED
Listens for VPC-internal access only - port 3306 is governed by your Security Group, not exposed to the internet; the X protocol (33060) is bound to localhost
UFW firewall - SSH on 22; port 3306 governed by your Security Group
fail2ban, AppArmor
CVE scan - every image is scanned for vulnerabilities before release
Web administration (phpMyAdmin):
phpMyAdmin web UI - browse tables, run SQL, import/export, and manage users from your browser
Served only over HTTPS behind an nginx TLS perimeter on 443 (per-instance self-signed certificate; swap in your own with certbot)
Authenticates against Percona Server (cookie auth) - no separate account store; the setup script is removed and the cookie blowfish secret is generated per-instance at first boot
No new database port is opened - the UI is reached on 443, governed by your Security Group
OS hardening (CIS Level 1):
CIS Ubuntu 24.04 LTS Level 1 benchmark applied via ansible-lockdown
CIS Conformance Report at /etc/lynxroute/cis-report.html
CIS Tailored Profile at /usr/share/doc/lynxroute/CIS_TAILORED_PROFILE.md
Highlights
Percona Server security baked in: a root password and sample database generated at first boot, anonymous/test removed, native TLS with a per-instance certificate, root restricted to localhost
CIS Level 1 hardened Ubuntu 24.04 LTS: auditd, fail2ban, AppArmor, SSH key-only, IMDSv2 enforced. CVE-scanned before every release. SBOM (CycloneDX) and CIS Conformance Report included.
Bundled phpMyAdmin web UI: browse tables, run SQL, and import/export from any browser over HTTPS (nginx TLS perimeter on 443; cookie auth against Percona, blowfish secret generated at first boot, setup script removed). Drop-in MySQL replacement with hot backups - XtraBackup and Percona Toolkit bundled. GPL-2.0 license, no vendor lock-in.
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.
Percona Server 8.4 + phpMyAdmin - Hardened SQL Database (TLS)
You pay by the hour based on the EC2 instance size you launch. The five options map to different compute and memory capacities. The t3.small, t3.medium, and t3.large run on burstable instances suited to variable workloads. The m6i.large and m6i.xlarge run on general-purpose instances for steadier demand. Larger instances carry higher hourly rates, so cost scales with the capacity you choose. The software itself is the same hardened database image across all options; only the underlying instance size changes what you pay per hour.
Top-of-mind questions for buyers
What compute and memory do the t3 and m6i instances give me for each hourly rate?
Each dimension maps to a specific EC2 instance size. The t3.small, t3.medium, and t3.large are burstable instances that scale from smaller to larger CPU and memory. The m6i.large and m6i.xlarge are general-purpose instances with fixed, steady performance. You pick the size that matches your database workload.
Am I charged when my instance is stopped or powered off?
Hourly software charges apply only while the instance runs. A fully stopped instance stops accruing software charges. Note that AWS may still bill for attached storage on a stopped instance, but the database software itself meters running time only.
Do all instance sizes include the same hardened database software and compliance artifacts?
Yes. Every size ships the same CIS Level 1 hardened image with SSH hardening, firewall, and fail2ban pre-configured. A software bill of materials and CIS Conformance Report are bundled inside each instance. Unique credentials are generated at first boot. Only the instance size changes your hourly cost.
lynxroute.com
Helpful?
Vendor refund policy
We do not offer refunds for this product. AWS infrastructure charges (EC2, EBS, data transfer) are billed separately by AWS and are not refundable by us.
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
Percona Server 8.4.10 + phpMyAdmin 5.2.3 - Percona Server upgraded to 8.4.10 (from 8.4.8), which carries the fix for CVE-2026-46863 (unauthenticated remote DoS in connection handling). phpMyAdmin web administration UI (PHP 8.3 FPM) behind the nginx TLS perimeter on 443 (/phpmyadmin/); cookie auth against Percona Server, per-instance blowfish_secret generated at first boot, setup script removed.
Open port 3306 in the Security Group ONLY to your trusted app-tier sources in the same VPC (never 0.0.0.0/0); open 443 ONLY to the trusted IPs that will use the phpMyAdmin web UI
Connect from an app server in the same VPC using the private IP, port 3306, and --ssl-mode=REQUIRED
phpMyAdmin web UI: browse to https://<PUBLIC_IP>/phpmyadmin/ and log in with any Percona/MySQL account (e.g. appuser); the certificate is self-signed by default
The database requires password authentication, native TLS is enabled, root is restricted to localhost, and access to port 3306 is governed by your Security Group - never expose 3306 to the public internet. The phpMyAdmin web UI is the only browser-facing component; it is served on 443 only and should likewise be scoped to trusted sources.
Example (mysql client):
mysql -h <PRIVATE_IP> -P 3306 -u appuser -p --ssl-mode=REQUIRED appdb
sudo mysql -u root -p (local administration on the instance)
The root password and the sample appdb/appuser credentials are saved to
/root/percona-mysql-credentials.txt at first boot. A per-instance self-signed TLS certificate
is generated at first boot; for production, replace /etc/mysql/ssl/ca.pem, server-cert.pem and
server-key.pem with a CA-signed pair (owned by mysql, key mode 600) and restart the service.
Lynxroute is not affiliated with or endorsed by Percona LLC or Oracle Corporation. MySQL is a trademark of Oracle Corporation; Percona Server for MySQL is an independent, open-source distribution compatible with MySQL. This AMI packages the open-source Percona Server distribution (GPL-2.0) as a self-hosted EC2 service, distinct from Amazon RDS for MySQL, which is a managed offering.
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.
Percona Managed Services are ideal for organizations seeking proactive, around-the-clock database management at a fraction of the cost of a dedicated, full-time DBA.
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.