DynamoDB Flashcards

1
Q

DAX Dynamo DB acccelerator

A

gives 10X performance
fully managed , highly available in-memory cache
Unlike Redis, mem-cached, DAX is a write through cache

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

Transactions

A

all or nothing operations
two underlying reads or writes - prepare/commit.
Transactyions can operate up to 25 items or 4 MB data.

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

Rates

A

Pay-per-request

Only storage and backups

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

On demand back up

A

zero impact on table performancce or availability

backups are consistent within seconds and retained until they are deleted.

Operated within the same region as source table

cannot do backups and restores cross region

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

Point-in-Time recovery

A

protects against accidental writes or deletes

Restores to any point in the last 35 days

Incremental backups

not enabled by default.

Latest restorable - 5 minutes in the apst

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

Streams

A

Time-ordered sequence of item-level-changes in a table

stored for 24 hrs

Inserts, updates and deletes.

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

Global Tables

A

Managed Multi-master, multi-region replication

Globally distributed applications

based on dynamo db streams

multi region redundancy for DR or HA

Replication latency under 1 sec

with Global tables enable streams

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

Security

A

Encryption at rest using KMS

Site-to-Site VPN

Direct Connect (DX)

IAM Policies and Roles

Fine grained access

Cloud watch and Cloud trail

VPC endpoints

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