High Availability, Fault Tolerance and Disaster Recovery Flashcards

1
Q

What are the databases supported in RDS?

A

MariaDB, SQLServer, Aurora, MySql, Postgres, Oracle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does AWS Administer in RDS?

A

Provision infrastructure, database install

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How can you scale RDS?

A

Supports both Vertical and Horizontal scaling. (Vertical) You can scale up the instance type. Data can be scaled live except for MSSQL. (Horizontal) Read replicas which can be promoted to master for DR purposes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Amazon Aurora?

A

A MySQL and PostgreSql compatible database built for the cloud. It’s a relational DB. Simple and cost effective. Can deliver up to 5x the throughput of MySql, Compatible with My Sql 5.7.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Can Auroroa be backed up?

A

Automatic contious

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Is Aurora fault tolerant?

A

Aurora provides automatic, continous and incremental backups. Provides point-in-time restore within a second. Provides up to a 35 day rention period, stored in S3. No impact

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Can Aurora recover from failure?

A

Aurora creates 6 copies of you data built into 3 availability zones. Data divided into 10Gb segments across many disks. Aurora can support

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Amazon Aurora Replica

A

Can have up to 15

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are some Aurora Security Features?

A

All aurora must be created in a VPC. You CANNOT encrypt an unencrypted adatabes You can encrypt storage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are some Aurora Connection Metods.

A

Cluster Endpoint - Connects to the current primary DB instance for that DB cluster
Reader Endpoint - Provides load- balancing support for read-only connections.
Custom Endpoint
Represents a set of DB instances you choose.
Instance Enpoint - Allows a fine grain to control a spific instance to talk to a specific cluster.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is DynamoDB?

A

Is a fully managed NoSql that supports key/values and document value structure . It is predictable, fully manage. No visibile servers and works with auto-scaling. Works with no practical storage limitations. It is fully resilient and highly available.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How is DynamoDB operate and what are RCU and WCU?

A

It’s on the table level that performance requirements are made. There are WCU - 1KB blocks per second. There are RCU - 4KB blocks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly