RDS Flashcards
RDS means
Relational Database Service
Explain relational databases
Structured databases, that use a scheme and are queried with MySQL.
True or false. Relational databases require a persistent network connection.
True.
RDS instanced have automatic failover detection and recovery?
True
Using RDS, individual server components are scaleable?
True
What version of MySQL does RDS for MySQL support?
The community version
RDS for MySQL allows for scaling of servers, without downtime?
True
What’s the purpose of RDS multi AZ?
To provide a failover.
Is RDS multi AZ synchronous. Or asynchronous?
Synchronous.
What can trigger an RDS failover?
Patching Maintenance Host failure Availability zone failure Instance reboot Database instance class changes
A failover triggers what event?
RDS-Event-2005
RDS SQL server does not use failover. What does it use instead.
Mirroring
What’s the purpose in a read replica?
Helps offload traffic from the main database instance
In RDS should readers be used for resiliency?
No
The best way to check an RDS failover is working, is to backup then delete the database instance. True or false?
False. All you need to do is reboot it.