Section 21: Databases in AWS Flashcards

1
Q

A web service that makes it easier to set up, operate, and scale a relational database in the AWS Cloud. It provides cost-efficient, resizable capacity for an industry-standard relational database and manages common database administration tasks.

A

Amazon RDS

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

This service is a fully managed relational database engine that’s compatible with MySQL and PostgreSQL

A

Amazon Aurora

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

How long does storage replication take across regions when using Aurora Global?

A

Less than one second

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

Service that can be described as a fully managed, in-memory caching service supporting flexible, real-time use cases. (i.e. fully managed Redis or Memcached)

A

ElastiCache

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

True/False - Using ElastiCache requires changes to your application code

A

True

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

A fully managed, serverless, key-value NoSQL database designed to run high-performance applications at any scale

A

Amazon DynamoDB

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

What are the two backup options available for DynamoDB?

A

Automated backups with PITR
On-Demand backups

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

What is the maximum object size for an object in Amazon S3?

A

5 TB

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

A fully managed native JSON document database that makes it easy and cost effective to operate critical document workloads at virtually any scale without managing infrastructure (i.e. managed MongoDB)

A

DocumentDB

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

A fully managed database service built for the cloud that makes it easier to build and run graph applications

A

Neptune

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

A scalable, highly available, and managed Apache Cassandra–compatible database service

A

Amazon Keyspaces

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

A fully managed ledger database that provides a transparent, immutable, and cryptographically verifiable transaction log owned by a central trusted authority

A

Amazon Quantum Ledger Database

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

A fast, scalable, and serverless time-series database service that makes it easier to store and analyze trillions of events per day up to 1,000 times faster

A

Amazon Timestream

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

What RDS service can you use if you want to operate an Oracle database on the cloud and have access to customize the database server host and operating system?

A

RDS Custom for Oracle

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

True/False: ElastiCache supports IAM Authorization

A

False - You have to use the cache’s authorization methods

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

True/False: ElastiCache for Redis is not HIPAA eligible

A

False - ElastiCache for Redis features Online Cluster Resizing, supports encryption, and is HIPAA eligible, and PCI DSS compliant

17
Q

True/False: DynamoDB Accelerator (DAX) supports SQL query caching

A

False

18
Q

What are the two purposes for using Aurora replicas?

A

Scale read operations
Increase availability in case a cluster becomes unavailable

19
Q

This feature of RDS detects that you are running out of free database space and automatically scales up your storage

A

Storage autoscaling

20
Q

ElasticCache can be used to significantly improve latency and through put for ____-heavy application workloads as well as _____-intensive workloads

A

read; compute

21
Q

True/False: All DynamoDB tables are encrypted by default

A

True - all DynamoDB tables are encrypted under an AWS owned customer master key (CMK)

22
Q

What is the main feature of Elasticache for Memcached that Elasticache for Redis does not offer?

A

Multithreaded architecture

23
Q

What Aurora database feature can you use if you need to create copies of the database?

A

Cloning

24
Q

Which is the only AWS database type that supports database cloning?

A

Aurora

25
Q

True/False: Running a database level upgrade for an RDS DB instance with Multi-AZ deployment causes downtime because both the primary and standby database instances are upgraded at the same time.

A

True