Production-ready Neo4j with full root access, automated backups, and security hardening - a self-hosted graph database for knowledge graphs, recommendation engines, and network analysis on AWS.
This fully managed Neo4j solution delivers a production-ready graph database on AWS, built on Ubuntu 24.04 LTS. Every instance is pre-configured with security best practices, performance optimizations, and automated operations.
Key Features
Automated Setup and Configuration
On first login, an interactive setup script configures Neo4j with secure credentials, memory settings, and firewall rules - all within minutes.
Built-in Backup and Recovery
Pre-configured daily backups with 7-day retention. One-command restore for fast recovery.
Security Hardened
Authentication enabled by default, UFW firewall pre-configured to allow only SSH (22), HTTP (80/443), and Bolt (7687) from trusted sources, and latest security patches applied.
Performance Optimized
JVM heap, page cache, and transaction settings tuned for the selected instance type.
Use Cases
Knowledge graphs and semantic data modeling
Recommendation engines and personalization
Fraud detection and anti-money laundering
Network and IT infrastructure mapping
Identity and access management graphs
Supply chain optimization and logistics
Getting Started
Launch the AMI from AWS Marketplace on your preferred instance type
SSH into your instance and follow the interactive setup wizard
Access Neo4j Browser, create your graph, and start querying with Cypher
Support
Managed and supported by Perimattic, a cloud infrastructure company with 13+ years of experience serving global clients. We offer free setup assistance, custom integrations, infrastructure consulting, and 24/7 support.
Highlights
Full Root Access Graph Database: get complete OS-level control to configure plugins, APOC procedures, graph algorithms, and JVM settings without per-node pricing.
Automated Daily Backups with 7-Day Retention: Pre-configured backups with auto-purge and one-command restore for fast recovery of your graph data.
24/7 Expert Support by Perimattic: 13+ years of cloud infrastructure expertise with free setup assistance, graph modeling guidance, and dedicated support at aws-support@perimattic.com.
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.
This product is available free of charge. Free 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.
This listing is billed by the hour, with no upfront commitment. The software itself is free; you pay an hourly rate tied to the AWS EC2 instance type you select to run the managed Neo4j graph database. Each dimension maps to a specific instance size and family. Pricing scales with the compute, memory, and storage capacity of your chosen instance. Smaller instances suit light workloads, while larger and metal instances support heavier graph processing. You choose the instance that fits your performance needs, and hourly charges appear on your AWS invoice.
Top-of-mind questions for buyers
What am I paying for when the software itself is listed as free?
The software carries no licence charge. You pay only the hourly rate tied to the AWS EC2 instance type you select to run the managed Neo4j database. Each hourly charge reflects the compute, memory, and storage of that instance. The seller handles provisioning, monitoring, backups, updates, and security patches.
Am I charged when my instance is stopped or paused?
Hourly software charges apply while the instance runs. A fully stopped instance stops accruing hourly charges. Underlying AWS storage tied to the instance may still bill separately through AWS. Charges resume once you restart the instance. Metering follows running time.
What decides which hourly rate I pay across the instance options?
The rate maps to the EC2 instance you pick. Instance families differ by focus, such as compute-optimized, memory-optimized, storage-dense, or GPU types. Size labels like large, 2xlarge, or metal indicate capacity. More cores, memory, and storage raise the hourly rate. You match the instance to your graph workload.
perimattic.com
Helpful?
Vendor refund policy
This product is currently offered free of charge on AWS Marketplace. Since there are no fees associated with the use of this AMI, refunds are not applicable.
Buyers may cancel use of the product at any time by terminating the associated Amazon EC2 instance.
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
Initial release of a production-ready Neo4j deployment on AWS.
Fully automated first-boot configuration for domain binding and SSL setup.
Docker Compose containerization of Neo4j for consistent and maintainable operations.
Mandatory HTTPS with automated Let's Encrypt certificate provisioning.
Enforced Bolt TLS security for encrypted database transactions.
Persistent data and logs mapped to host storage for durability and easy backups.
Simplified environment configuration via .env for domain, admin email, and credentials.
Built-in DNS validation workflow to prevent misconfiguration.
Failsafe logic enabling restart/recovery of setup steps on interruption.
Compatibility with a wide range of EC2 instance types for flexible scaling.
Additional details
Usage instructions
Launch an Instance
From AWS Marketplace, click Continue to Subscribe, then Continue to Configuration, and launch the AMI.
Choose the Recommended Instance Type
Select t2.medium or higher for smooth Neo4j deployment and UI performance.
Neo4j requires adequate CPU and RAM - larger instance types significantly improve query performance, Bolt traffic, and graph exploration via Neo4j Browser.
Configure Security Group
Allow inbound traffic on the following ports:
22 (SSH) - For secure terminal access
80 (HTTP) - Required temporarily for SSL validation
443 (HTTPS) - To securely access the InfluxDB UI
7687 (TCP) - Neo4j Bolt protocol
Connect to the Instance
ssh -i <your-key.pem> ubuntu@<public-ip>
First-Boot Setup
On first boot, the AMI automatically launches an interactive guided setup:
Detects the public IP address of the server
Prompts for the domain name to map to your Neo4j instance
Validates DNS and A-record propagation
Asks for the admin email (for SSL certificate issuance)
Generates a secure Neo4j admin password
Stores credentials in /opt/app/.env
Configures Apache reverse proxy for HTTPS access
Requests and installs a Let's Encrypt SSL certificate
Deploys Neo4j using Docker Compose
Enforces Bolt TLS for all encrypted database communications
Displays the HTTPS URL and generated password after completion
Once completed, Neo4j becomes fully accessible over HTTPS.
Configure DNS
Before (or during) the setup script, add this DNS A-record in your domain provider:
yourdomain.com <your-instance-public-IP>
Setup will proceed only when DNS resolves correctly across multiple global resolvers.
Automatic SSL Setup
After DNS mapping is verified:
A free SSL certificate is issued using Let's Encrypt
HTTPS is enabled in Apache and used as the primary access
Neo4j Browser and Bolt traffic are secured with TLS encryption
Plain HTTP access is disabled for security
Start or Restart Neo4j Manually (if needed)
cd /opt/app
docker compose ps
docker compose restart
Access the Neo4j Browser UI
Open your browser and visit:
https://<your-domain>
Use the following credentials (shown after setup and stored in .env):
Username: neo4j
Password: <generated-password>
Login Credentials
Your credentials are stored here:
cat /opt/app/.env
What We Help With:
Initial setup and configuration assistance (free)
Troubleshooting connectivity, performance, and backup issues
Custom development and integrations
Infrastructure consulting and architecture review
Migration planning from other solutions
Automation solutions and scaling guidance
Instance Sizing Guidance:
t2.medium or t3.medium: Development environments, small applications
m5.large: Production workloads with moderate traffic
m5.xlarge: High-traffic production deployments and larger datasets
For workload-specific sizing recommendations, contact our team for a free consultation.
Refunds and Issues:
If you experience any issues or need to request a refund, contact us at aws-support@perimattic.com and we will respond promptly.
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.
Production-ready Neo4j with full root access, automated backups, and security hardening - a self-hosted graph database for knowledge graphs, recommendation engines, and network analysis on AWS.
Production-ready Neo4j with full root access, automated backups, and security hardening - a self-hosted graph database for knowledge graphs, recommendation engines, and network analysis on AWS.
Production-ready ClickHouse with full root access, automated backups, and security hardening - a high-performance columnar database for real-time analytics on AWS.
Production-ready ClickHouse with full root access, automated backups, and security hardening - a high-performance columnar database for real-time analytics on AWS.
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.