160k views
0 votes
Is it possible to create a total of 10 DynamoDB secondary indexes including 5 global secondary indexes? 1) True 2) False

User Sjmurphy
by
7.4k points

1 Answer

6 votes

Final answer:

The claim about creating 10 DynamoDB secondary indexes including 5 global secondary indexes is false. You can only create up to 5 global secondary indexes and 5 local secondary indexes per table.

Thus the corret opction is: true

Step-by-step explanation:

The statement that it is possible to create a total of 10 DynamoDB secondary indexes, including 5 global secondary indexes, is false.

Amazon DynamoDB allows you to create up to 5 global secondary indexes and up to 5 local secondary indexes per table.

So the corrected statement would be: 'It is possible to create a total of 10 DynamoDB secondary indexes, where at most 5 can be global secondary indexes and 5 can be local secondary indexes.'

The complete question is:Is it possible to create a total of 10 DynamoDB secondary indexes including 5 global secondary indexes? 1) True 2) False is:

User Galymzhan
by
8.4k points