Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS DSA TYPESCRIPT SWIFT ANGULAR ANGULARJS GIT POSTGRESQL MONGODB ASP AI R GO KOTLIN SWIFT SASS VUE GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE INTRO TO PROGRAMMING HTML & CSS BASH RUST

AWS Cloud Tutorial

AWS HOME AWS Intro AWS Cloud Certification AWS Get Started AWS Cloud Computing AWS Cloud Benefits AWS Infrastructure Intro AWS EC2 Intro AWS EC2 Instance Types AWS EC2 Pricing AWS EC2 Scaling AWS EC2 Auto Scaling AWS Elastic Load Balancing AWS Messaging AWS EventBridge AWS SNS AWS SQS AWS Messaging Comparison AWS Serverless AWS Lambda AWS Containers AWS ECS AWS EKS AWS Fargate AWS Additional Compute AWS Infrastructure AWS Regions AWS Availability Zones AWS Edge Locations AWS Provision AWS Provision Services AWS Elastic Beanstalk AWS CloudFormation AWS Networking AWS Connectivity AWS Subnet and Access AWS Global Networking AWS Global Architectures AWS Storage AWS Instance Stores AWS EBS AWS S3 AWS Elastic File System AWS Storage Comparison AWS Databases AWS RDS AWS DynamoDB AWS DynamoDB vs RDS AWS Redshift AWS DMS AWS Additional DB Services AWS AI/ML Intro AWS AI/ML on AWS AWS AI/ML Services AWS Generative AI Intro AWS Generative AI Services AWS Data Analytics AWS Data Pipelines AWS Cloud Security AWS Shared Responsibility AWS User Access AWS Network Protection AWS Data Protection AWS Detection and Response AWS Monitoring & Governance AWS Monitoring Intro AWS CloudWatch AWS CloudTrail AWS Compliance AWS Auditing AWS Organizations AWS Governance AWS Health AWS Trusted Advisor AWS Pricing and Support AWS Free Tier AWS Pricing Concepts AWS Billing Services AWS Support Plans AWS Marketplace AWS Cost Optimization AWS Migration AWS CAF AWS Migration Strategies AWS Migration Services AWS Database Migrations AWS Data Transfer Online AWS Data Transfer Offline AWS Well-Architected Solutions AWS Well-Architected Framework AWS Specialized Services AWS Specialized Use Cases AWS Cloud Practitioner Wrap Up AWS Exam Preparation

AWS Examples

AWS Cloud Exercises AWS Cloud Quiz AWS Certificate

More AWS

AWS Machine Learning AWS Serverless AWS GenAI

AWS Additional Database Services


Additional Database Services

AWS offers specialized database services for different use cases other than RDS and DynamoDB, including document databases, graph databases, ledger databases, and in-memory caching.


Additional Database Services Video

W3schools.com collaborates with Amazon Web Services to deliver digital training content to our learners.

  

AWS and W3Schools offers free and paid Cloud Courses

Engage in a text and video based learning experience.

Free AWS training - Upskill today and reach for the Cloud.

Get started »


Additional Database Services Overview

Amazon DocumentDB

A fully managed, MongoDB-compatible document database that stores JSON-like documents with dynamic schemas. Ideal for content management, user profiling, and catalog management.

  • MongoDB compatibility: Use existing MongoDB code without modification
  • Scalability: Up to 64 TB storage, millions of requests per second
  • Read throughput: Up to 15 replica instances

The following is an example of a document inside a document-based database.

{
 name: "Jason",
 age: "29",
 city: "New York"
 profession: "Accountant"
}

Amazon Neptune

A purpose-built graph database for storing and querying highly connected data. Supports property graph and RDF models. Use cases: social networks, fraud detection, and recommendation systems.

  • High performance: Processes billions of relationships in milliseconds
  • Scalability: Up to 64 TB storage
An image that shows how Amazon Neptune works

Image: aws.amazon.com/neptune


Amazon Quantum Ledger Database (QLDB)

A ledger database with an immutable, cryptographically verifiable transaction log. Tracks all data changes over time. Ideal for financial records, supply chain systems, and audit trails.

How Amazon QLDB works

Image: aws.amazon.com/qldb


AWS Managed Blockchain

Create and manage blockchain networks using open-source frameworks like Ethereum and Hyperledger Fabric.

How Amazon Managed Blockchain works

Image: aws.amazon.com/managed-blockchain



Amazon ElastiCache

A fully managed in-memory caching service that provides sub-millisecond latency. Supports Redis, Valkey, and Memcached. Use cases: session management, query caching, and gaming leaderboards.

ElastiCache Video

W3schools.com collaborates with Amazon Web Services to deliver digital training content to our learners.

  • High availability: Monitors nodes and promotes replicas during failures
  • Multi-AZ: Automatic replication across Availability Zones
  • Encryption: At-rest and in-transit with TLS
How Amazon ElastiCache works

Image: aws.amazon.com/elasticache


Amazon DynamoDB Accelerator (DAX)

An in-memory cache specifically for DynamoDB that improves response times from milliseconds to microseconds. Fully managed with no code changes required.

How Amazon DynamoDB Accelerator works

Image: aws.amazon.com/dynamodb/dax


AWS Backup

Centralizes and automates data protection across AWS resources including EBS, EFS, and databases. Provides a single dashboard with cross-Region replication for disaster recovery and compliance reporting.


AWS Cloud Exercises

Test Yourself With Exercises

Exercise:

Fill in the blank

Amazon Neptune is a  database service

Start the Exercise


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
sales@w3schools.com

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
help@w3schools.com

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookies and privacy policy.

Copyright 1999-2026 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.