Amazon Relational Database Service (RDS)
RDS is a service that makes it easy to launch and manage relational databases.
Features:
- Supports popular database engines.
- Offers high availability and fault tolerance using multi-AZ deployment.
- AWS manages the database with automatic software patching, automated backups, operating system maintenance, and more.
- Launch read replicas across Regions in order to provide enhanced performance and durability.
Amazon Aurora
Aurora is a relational database compatible with MySQL and PostgreSQL that was created by AWS.
Features:
- Supports MySQL and PostgreSQL database engines.
- 5x faster than normal MySQL and 3x faster than normal PostgreSQL.
- Scales automatically while providing durability and high availability.
- Managed by RDS.
Amazon DynamoDB
DynamoDB is a fully managed NoSQL key-value and document database.
Features:
- NoSQL key-value database.
- Fully managed and serverless.
- Non-relational.
- Scales automatically to massive workloads with fast performance.
Amazon DocumentDB
DocumentDB is a fully managed document database that supports MongoDB.
Features:
- Document Database.
- MongoDB compatible.
- Fully managed and serverless.
- Non-relational.
Amazon ElastiCache
ElastiCache is a fully managed in-memory datastore compatible with Redis or Memcached.
Features:
- In-memory datastore.
- Data can be lost.
- Compatible with Redis or Memcached engines.
- Offers high performance and low latency.
Amazon Neptune
Neptune is a fully managed graph database that supports highly connected datasets.
Features:
- Graph database service.
- Supports highly connected datasets like social media networks.
- Fully managed and serverless.
- Fast and reliable.
Important for exam:
- RDS is only for relational databases. Don’t forget the supported databases engines:
- Amazon Aurora
- PostgreSQL
- MySQL
- MariaDB
- Oracle Database
- SQL server.
- Going into the exam don’t forget DynamoDB is a NoSQL database.
- Don’t forget Aurora only supports PostgreSQL and MySQL.
- Keep in mind that ElastiCache is an in-memory datastore.
- Don’t forget Neptune helps you create social media graphs.
- Keep in mind that DocumentDB supports MongoDB.
Discover more from Information Security Blogs
Subscribe to get the latest posts sent to your email.
