High Availability, Fault Tolerance and Disaster Recovery Flashcards
What are the databases supported in RDS?
MariaDB, SQLServer, Aurora, MySql, Postgres, Oracle
What does AWS Administer in RDS?
Provision infrastructure, database install
How can you scale RDS?
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.
What is Amazon Aurora?
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.
Can Auroroa be backed up?
Automatic contious
Is Aurora fault tolerant?
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
Can Aurora recover from failure?
Aurora creates 6 copies of you data built into 3 availability zones. Data divided into 10Gb segments across many disks. Aurora can support
Amazon Aurora Replica
Can have up to 15
What are some Aurora Security Features?
All aurora must be created in a VPC. You CANNOT encrypt an unencrypted adatabes You can encrypt storage.
What are some Aurora Connection Metods.
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.
What is DynamoDB?
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 is DynamoDB operate and what are RCU and WCU?
It’s on the table level that performance requirements are made. There are WCU - 1KB blocks per second. There are RCU - 4KB blocks