Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MTE Edition Matrix #361

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Generic Start
* *Neo4j Aura*

* xref:index.adoc[Overview]

* xref:platform/tiers.adoc[Tiers]
* xref:platform/create-account.adoc[]
* xref:platform/cloud-providers.adoc[Cloud provider marketplaces]

Expand Down
108 changes: 108 additions & 0 deletions modules/ROOT/pages/platform/tiers.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
= Overview of tiers

*Flexible options to fit your needs:*
Neo4j offers a range of plans to suit your organization's specific requirements.
Each plan builds on the previous one, providing additional features or higher levels of service.
If your needs change, you can easily switch plans to keep pace.

The Aura tier that you choose determines the unit costs for the credits and the data storage you use.

* *Pay as you go:*
Perfect for unpredictable usage, with on-demand pricing and no long-term contracts.

* *Commit to a capacity reservation:*
For upfront pricing on credits and storage.

For pricing details, see the link:https://neo4j.com/pricing/[pricing page] on the Neo4j website.

[NOTE]
====
You can request a time limited trial of any tier to experience it in full.
====

== AuraDB Free

AuraDB Free is our introductory level offering, providing full, unlimited access to all of Aura’s standard features.
It provides a strong balance between features, level of support, and cost.
For small development projects, learning, experimentation, and prototyping.

== AuraDB Professional

For medium-scale applications in advanced development or production environments.

== AuraDB MTE

[NOTE]
====
In June 2024, Aura will introduce a new MTE v1 tier.
Not all Enterprise features are available in MTE 1.0 yet.
MTE v1.1 and v.2 are scheduled for later in 2024/2025.
====

=== MTE features at launch

*Note:* Not all MTE features will be available at launch.
Features unavailable at launch are indicated with an asterisk.

* Highly available cluster split across 3 availability zones in a region
* Advanced security features
* Granular RBAC
* Private Link*
* Customer Managed Keys*
* Advanced configuration options
* Log forwarding*
* Metric forwarding*
* Console SSO
* 3 node advanced metrics
* 24/7 support with SLA
* 99.9% uptime SLA

*MTE overview*

* The architecture for MTE positions private low level infrastructure (Kubernetes Pods) on a shared compute resource (Kubernetes Node) to achieve multi-tenancy.
* The Kubernetes Pods have a private persistent volume attached to them in a 1:1 relationship.
* This relationship provides a layer of security as the data residing on the volume can only be accessed from a specific Kubernetes Pod.


== AuraDB Enterprise

* Guaranteed resource isolation.
* Orchestras are expensive to run, especially so in a single tenant architecture, therefore AuraDB Enterprise has premium pricing.

*AuraDB Enterprise*

* For large-scale, mission-critical applications that require advanced security and 24x7 support.
* Organisations with strict data segregation requirements that mandate physical isolation to preserve data integrity, or that require compliance with FedRAMP.
* Organisations that need to use highly customised features that are not suited to a multi-tenant environment, such as custom procedures.
* Organisations that require the highest level of uptime SLA.

== Feature / Edition Matrix

The following tables provide a list of the major features and services included with each tier.

=== Instance / Database Configuration

[opts="header",cols="4,1,1,1,1"]
|===
| Capability | Free | Professional | MTE | Enterprise
| Instance Size | Node & Relationship Limit
| 1GB-64GB RAM | 2GB-512GB+ RAM | 2GB-512GB+ RAM
| Additional RAM:Storage ratios | No | No | Yes, by exception | Yes, by exception
| Cloud Provider | GCP | GCP, AWS, Azure | GCP, AWS, Azure | GCP, AWS, Azure
| Cloud Region | Fixed (Neo4j Assigned) | Many | Many | Many
| Different Regions | No | Yes (add-on beyond 2) | Yes (add-on beyond 2) | Yes (add-on beyond 2)
|===



.Security & Compliance
[opts="header",cols="4,1,1,1,1"]
|===
| Capability | Free | Professional | MTE | Enterprise
| Single Sign-On | Limited (Google) | Yes (Okta, etc via OIDC) | Console 2 IdP & DB SSO - 4 IdP | Console 2 IdP & DB SSO - 4 IdP
| User Access Control | n/a | RW/RO User | Granular RBAC | Granular RBAC
| Tenant Isolation | Shared | Shared | Shared | Dedicated
| VPC Link & IP filtering | No | No | No | Yes
| Encryption Key Management | Neo4j managed | Neo4j managed | No | No
| View and edit billing information | {check-mark} | | add
|===
Loading