Amazon DynamoDB Flashcards
1
Q
Four (4) things you need to identify when creating an Amazon DynamoDB table?
A
- AWS Region where the table will be created
- Name of the table
- Primary key
- Provisioned throughput capacity
2
Q
What characters are allowed in the table name within Amazon DynamoDB?
A
a-z
A-Z
0-9
’ _ ‘
’ - ‘
’ . ‘
3
Q
Amazon DynamoDB Overview Summary
A
Amazon DynamoDB is a:
- managed NoSQL database service
- designed to store and retrieve any amount of data and serve any level of request traffice
- all without the opertional burden of manaing storage or server infrastructure.
4
Q
Amazon DynamoDB Overview Detail
A