• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/24

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

24 Cards in this Set

  • Front
  • Back
How many RDS instances allowed?
40
How long is RDS backup retention?
35 days
How long is the weekly RDS maintenance window?
30 minutes
What happens when you backup RDS?
backups to S3, need to suspend I/O
How many copies of Aurora are there by default?
6 (2 in each of 3 AZ)
What is the min / max size of SQL Server Express?
20 GB, 300 GB
What is the min / max size of SQL Server?
200 GB, 4 TB
What is default number of RDS Availability Zones?
1 AZ
What port is MySQL on?
3306
What is the replication for Dynamo DB?
3 AZ by default
How long is RedShift backup retention?
35 days, to S3
How do you encrypt RedShift?
AES-256 encryption
What are the limits on Kinesis?
no limit on data, no limit on sources
What is replication for Kinesis?
3 facilities
Where does Kinesis go?
consumes, sends on (to RedShift, Elastic MapReduce, etc)
Can you encrypt for Elastic MapReduce?
yes, but you need to add a decryption step in your job
How is Elastic MapReduce managed?
it's a managed service, you can do it in a VPC

What gets shut down first in Auto Scaling?

AZ with most instances, then with oldest launch configuration, then closest to next billing hour, then random

What are the DynamoDB header attributes to use with POST?

host, x-amz-date, x-amz-target, content-type

What are the two consistency types for DynamoDB?

Strongly Consistent and Eventually Consistent

What are the drawbacks of choosing Strongly Consistent reads in DynamoDB?

The cost is twice as much per read and it may be slower

What are the size limits of a DynamoDB object?

400KB, including name and value

What data types are stored in DynamoDB?

string, number, binary

How is DynamoDB partitioned?

It happens automatically