What are the RDS Database Types?
RDS: Relational Database Service
RDS Types: SQL Server, Oracle, MySQL, PostgreSQL,
MariaDB, and Amazon Aurora.
In what scenarios is RDS well-suited?
What is OLTP and OLAP?
OLTP: Stands for Online Transaction Processing. It refers to systems designed for managing and processing high volumes of real-time transactions, such as updating records, making reservations, or processing orders.
OLAP: Stands for Online Analytical Processing. It pertains to systems optimized for complex analytical queries and reporting. OLAP systems enable users to analyze large volumes of data, spot trends, and gain insights through aggregation and multidimensional analysis.
Read Replicas — Key Facts
RDS Multi-AZ and Read Replicas
Multi-AZ:
Read Replicas:
- A read-only copy of your primary database in the same Availability Zone, cross-AZ, or cross-region.
- Used to increase or scale read performance.
* Great for read-heavy workloads and takes the load off your primary database for read-only workloads (e.g., Business Intelligence reporting jobs).
4 Aurora Exams Tips
Aurora Serverless Use Cases
Aurora Serverless provides a relatively simple, cost-effective
option for infrequent, periodic, or unpredictable workloads.
4 Facts about DynamoDB
What’s the difference between eventually consistent reads and
strongly consistent reads?
Eventually:
Consistency across all copies of data is usually reached within a second. Repeating a read after a short time should return the updated data. Best read performance. It reads from secondary nodes.
Strongly:
A strongly consistent read returns a result that reflects all writes that
received a successful response before the read. It reads straight from the leader node.
7 Facts on DynamoDB Transactions
DynamoDB On-Demand Backup and Restore
DynamoDB Point-in-Time Recovery
(PITR)
How DynamoDB Streams works?
It’s like a real-time feed of the changes happening to the data in the table. Stored for 24 hours
Real-time Tracking: DynamoDB Streams provide real-time tracking of changes. This can be super useful for things like updating search results as soon as new data is added or keeping backups of changes.
What are Global Tables in DynamoDB used for?
Managed Multi-Master, Multi-Region Replication
What is Amazon Keyspaces?
Amazon Keyspaces, formerly known as Amazon Managed Apache Cassandra Service (MCS), is a fully managed, serverless, and scalable database service offered by Amazon Web Services (AWS). It provides the benefits of Apache Cassandra’s NoSQL database technology without the operational overhead of managing and scaling the infrastructure yourself.
What is Amazon Neptune?
Amazon Neptune is a managed graph database service offered by Amazon Web Services (AWS). It’s designed for building applications that require storing, querying, and analyzing highly connected data, such as social networks, recommendation systems, fraud detection, and knowledge graphs.
What is Amazon QLDB?
Amazon Quantum Ledger Database (Amazon QLDB) is a fully managed, serverless, and highly scalable database. QLDB is designed to provide an immutable, transparent, and cryptographically verifiable ledger for applications that require a tamper-proof record of changes to data over time. It’s particularly useful for use cases like auditing, compliance, financial transactions, and supply chain tracking.
What is Amazon Timestream?
Amazon Timestream is a fully managed, serverless, and scalable time-series database service. It’s designed specifically for handling and analyzing large volumes of time-series data, which is data that is generated with a timestamp and often comes from sources like sensors, logs, metrics, and IoT devices.
What are the 6 categories of costs in RDS?
What do we need to create before provisioning an RDS instance?
A subnet group(consists of at least 2 subnets)
What are the two Multi-AZ options in Amazon Relational Database Service (RDS)?
Key Differences Between Manual Snapshots and Automatic Backups in RDS?
What is the key difference regarding replication between Multi-AZ deployments and read replicas in Amazon RDS?
Multi-AZ deployments in RDS are synchronous, while read replicas in RDS are asynchronous.
What is Amazon RDS Custom?
Amazon RDS Custom is a managed database service for applications that require customization of the underlying operating system and database environment. Benefits of RDS automation with the access needed for legacy, packaged, and custom applications.