DocumentDB
Fully managed document database service designed to be compatible with MongoDB.
Supports JSON-like document data model for flexible schema design.
Automatically handles database management tasks such as backups, patching, and scaling.
Offers high availability with multiple Availability Zones and automated failover.
Provides read replicas to scale read operations.
Encrypts data at rest using AWS KMS and in transit using TLS.
Supports point-in-time recovery with continuous backups to Amazon S3.
Integrates with AWS Identity and Access Management (IAM) for secure access control.
Enables easy migration of MongoDB workloads using MongoDB tools.
Designed for workloads requiring complex queries, indexing, and secondary indexes.
Supports up to 15 read replicas for horizontal read scaling.
Provides monitoring and metrics through Amazon CloudWatch.
Uses SSD storage for low-latency performance.
Charges based on instance hours, storage, and I/O usage.
Suitable for content management, catalogs, user profiles, and mobile applications.
Last updated