This product has charges associated with it for hardening, security configuration, and support.
Ghost is an open-source professional publishing platform that runs on Node.js - a modern editor, themes, built-in memberships and email newsletters, and a full content and admin REST API. Unlike bare Ghost AMIs that ship with no TLS, the admin panel exposed over plain HTTP, and a database you must install and secure yourself, this Lynxroute build is ready out of the box: a unique database password at first boot, TLS terminated at nginx with the application bound to loopback only, a bundled MySQL 8.0 bound to 127.0.0.1, update-check telemetry disabled, UFW firewall pre-configured, and a CIS Level 1 hardened Ubuntu 24.04 LTS base.
MIT 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 GHOST
Ghost is an open-source professional publishing platform from the Ghost Foundation, built as a Node.js application. It provides a clean writing and editing experience, customizable themes and templating, native membership and subscription management, email newsletters, SEO controls, and a full Content API and Admin API plus webhooks for integrations. Content, settings, and members are persisted in a MySQL 8.0 database; images and themes live on the local filesystem. Ghost is a self-hosted alternative to hosted publishing and newsletter services, with no per-seat fees and no vendor lock-in. This image runs Ghost on Node.js 22 with a bundled MySQL 8.0 database. MIT license. Ghost is a trademark of the Ghost Foundation; this independently hardened AMI is not affiliated with or endorsed by the Ghost Foundation.
WHAT THIS AMI ADDS
Security hardening:
Unique MySQL database password generated per instance at first boot
TLS terminated at nginx on 443; Ghost bound to 127.0.0.1:2368 only - never exposed directly
Bundled MySQL 8.0 bound to 127.0.0.1 only
Owner account created on first visit to the admin panel - you choose the email and password; no pre-seeded administrator credential is shipped
Update-check telemetry disabled
UFW firewall - ports 22 (SSH), 80 (HTTP redirect plus certificate validation), and 443 (HTTPS) only
fail2ban, AppArmor
CVE scan - every image is scanned for vulnerabilities before release
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
Security baked in: a unique database password at first boot, TLS terminated at nginx with the application bound to loopback only, and a bundled MySQL 8.0 bound to 127.0.0.1 - unlike bare Ghost AMIs that ship with no TLS, the admin panel exposed over plain HTTP, and a database you must install and secure yourself. The site owner account is created by you on first visit; no admin credential is baked into the image.
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.
Professional publishing on Node.js: a modern editor, customizable themes, built-in memberships and email newsletters, and a full Content and Admin REST API with webhooks. MIT license - fully auditable, 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.
You pay by the hour for the EC2 instance size you choose. The four options are compute sizes for the same hardened publishing image. The t3.small, t3.medium, and t3.large are burstable instances, scaling in capacity from small to large. The m6i.large is a general-purpose instance. Pricing rises with the size and capacity of the instance you select. Hourly billing means you pay only for the time each instance runs, with no upfront commitment. Pick the size that matches your workload and adjust as your needs change.
Top-of-mind questions for buyers
What resources come with each hourly instance size?
Each option maps to an AWS EC2 instance type. The t3.small, t3.medium, and t3.large are burstable instances with rising CPU and memory as size increases. The m6i.large is a general-purpose instance with fixed compute. All run the same hardened publishing image.
Am I charged when the instance is stopped or paused?
Hourly software charges apply only while the instance runs. Stopping the instance halts the per-hour software charge. Note that stopped instances may still incur underlying AWS storage fees for attached volumes, which are billed separately by AWS, not by this software listing.
Can I switch between instance sizes as my needs change?
Yes. Since billing is per hour with no upfront commitment, you can stop one instance size and launch another. Each running instance is metered separately by the hour, so you pay only for the size and time actually in use.
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
Ghost 6.54.0
Ghost 6.54.0 on Ubuntu 24.04 LTS (Node.js 22 + bundled MySQL 8.0) - version update from 6.53.0. MIT unchanged
Member labels and complimentary subscriptions, plus Gravatar member avatars available to themes
Inline editing of routes.yaml and redirects.yaml from the admin area
Posts can be created from HTML input; member CSV import fixes (comma-separated labels, formula-escape characters, uneven columns)
Admin UI fixes: dark-mode loader, theme toggle crossfade, YouTube bookmark metadata, audio duration after HTML import
Automatic database migration handled by Ghost-CLI
Rebuilt on the latest CIS Level 1 hardened Ubuntu 24.04 LTS base
Open Security Group - allow TCP 443 (and TCP 80 for Let's Encrypt) from your IP
SSH: ssh -i key.pem ubuntu@<PUBLIC_IP>
Open https://<PUBLIC_IP>/ghost/ in your browser - accept the self-signed certificate warning - and complete the one-time setup screen. The FIRST account you create becomes the site Owner (administrator); you choose the email and password. There is no pre-seeded admin login.
Your public site is live at https://<PUBLIC_IP>/ ; write and manage from the admin panel at /ghost/
Operators: the bundled database credentials are at: sudo cat /root/ghost-credentials.txt
Replace the self-signed TLS certificate with a CA-signed one (certbot is pre-installed) and point Ghost at your domain:
sudo certbot --nginx -d yourdomain.com
cd /var/www/ghost && sudo -u ghost ghost config url https://yourdomain.com
sudo systemctl restart ghost
Ghost listens on 127.0.0.1:2368 only; nginx terminates TLS on 443 and reverse-proxies to it. Do not expose 2368 directly. The bundled MySQL 8.0 is bound to 127.0.0.1.
Staff device verification is disabled by default because the image ships with no outbound mail server. To enable it (emailed login codes), configure SMTP in /var/www/ghost/config.production.json and re-enable it, then restart Ghost.
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.
Ghost is a self-hosted, open-source publishing platform built as a fast, modern alternative to WordPress for blogs, newsletters, and membership sites. This preconfigured Ghost AMI enables quick deployment with a clean editor, built-in SEO, and native newsletter and subscription tools, all without complex manual server setup.
This product has charges associated with it for deployment, configuration, and ongoing support. Self-hosted professional publishing platform with built-in newsletter engine, membership management, and REST API deployed on EC2 with Docker-based MySQL backend.
Xacta 360 is the premier solution for cyber risk and compliance management, bringing meaningful insights to IT security specialists, CISOs, and other decision-makers. Telos Ghost: Network obfuscation and managed attribution as a service The best way to protect people, assets, and information on the network is ensure they cannot be seen in the first place.
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.