Relational Database Service (RDS) Flashcards
type of nonrelational database that uses a simple key-value method to store data. A key-value database stores data as a collection of key-value pairs in which a key serves as a unique identifier
Key Value Database
type of nonrelational database that is designed to store and query data as JSON-like documents.These DB make it easier for developers to store and query data in a database by using the same document-model format they use in their application code
Document Database
database purpose-built to store and navigate relationships. Relationships are first-class citizens and most of the value is derived from these relationships
Graph Database
purpose-built databases that rely primarily on memory for data storage, in contrast to databases that store data on disk or SSDs. Are designed to enable minimal response times by eliminating the need to access disks
In-Memory Database
NoSQL database that organizes data storage into flexible columns that can be spread across multiple servers or database nodes
Wide Column Database
Transaction model ensures that a performed transaction is always consistent. This makes it a good fit for businesses which deal with online transaction processing, or online analytical processing. Used for systems which can handle many small simultaneous transactions. used for relational DB
ACID
The rise of NoSQL databases provided a flexible and fluid way to manipulate data used by MongoDB, Cassandra and Redis are among the most popular NoSQL solutions, together with Amazon DynamoDB and Couchbase
BASE
ensure availability of data by spreading and replicating it across the nodes of the database cluster
Basically Available
Use EC2 for databases if you need access to the DB instance operating system
True
Use EC2 for databases if you need advanced database tuning which can only be done on the root
True
Use EC2 for databases or database version which aws dont provide
True
MySQL, MariaDB, PostgreSQL, Oracle, Microsoft SQL Server are all
Database engines for RDS
Can RDS be access from the VPC or any connected private networks?
Yes
Allows access to the database from the public internet
Public Addressing
Does every RDS instance have its own EBS storage?
Yes