$0.1/per db.r5.large hour
Pay-as-you-go
Usage-based
Auto-scaling
No reviews yet. Be the first to review Amazon Neptune!
Write a ReviewNeptune is AWS's managed graph database. Supports both property graphs (Gremlin) and RDF (SPARQL). Good for highly connected data like social networks, recommendations, and fraud detection.
Instance-based pricing starting around $0.10/hour for smallest instance. Plus storage ($0.10/GB/month) and I/O costs. No free tier - estimate costs carefully before using.
Neptune for relationship-heavy data with complex traversals. DynamoDB for simple key-value access at scale. Neptune is expensive for simple use cases; DynamoDB can't do graph queries.
Neptune supports Gremlin (TinkerPop) for property graphs and SPARQL for RDF data. OpenCypher support added in 2021. Choose based on your data model and team expertise.
Neptune Serverless is available for auto-scaling capacity. Pay only for what you use. Good for variable workloads but can be expensive for steady high usage.