NETWORKING & HYBRID Flashcards

1
Q

_______ Global Database is designed for globally distributed applications, allowing a single Amazon Aurora database to span multiple AWS regions.

A

Amazon Aurora

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

____ replicates your data with no impact on database performance, enables fast local reads with low latency in each region, and provides disaster recovery from region-wide outages.

A

Amazon Aurora

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

____ Time to Live (TTL) allows you to define a per-item timestamp to determine when an item is no longer needed.

A

DDB

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

Does DDB TTL cost?

A

Np

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

___ delivers response times in microseconds for millions of requests per second for read-heavy workloads.

A

DAX (DDB accelerator)

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

Use the DAX client SDK to point your existing DynamoDB API calls at the___ cluster.

A

DAX

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

__________ (___) is used for Oracle and SQL server.

A

Transparent Data Encryption (TDE)

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

Does RDS Oracle supports integration with CloudHSM

A

Yes

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

Considering IAM authentication within an IAM enabled RDS DB, IAM authentication works using a token generated by calling IAM (__________)?

A

generate-db-auth-token

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

You don’t need to modify your database client applications to use ______.
______ can be added at database creation time only

A

encryption

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

T/F It is NOT possible to add encryption to an existing database

A

true

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

What’s a workaround for adding encryption to an existing unencrypted RDS DB?

A

encrypt and unencrypted snapshot

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

Aurora ____ provide both read scaling and availability

A

Replicas

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

You can issue queries to Aurora _____ to scale the read operations for your application

A

Replicas

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

If the writer instance in a cluster becomes unavailable, Aurora automatically promotes one of the reader instances to take its place as the new ______

A

writer

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

An Aurora DB cluster can contain up to ____ Aurora Replicas

A

15

17
Q

Aurora can publish what kind of logs to CloudWatch?

A

General, Slow Query and Error Logs

18
Q

RDS MySQL error log is generated by default; you can generate the slow query and general logs by setting parameters in your ________________.

A

DB parameter group

19
Q

DynamoDB ______ captures a time-ordered sequence of item-level modifications in any DynamoDB table and stores this information in a log for up to __ hours

A

Streams , 24 hours