In regard to DynamoDB, can I modify the index once it i…

In regard to DynamoDB, can I modify the index once it is created?

In regard to DynamoDB, can I modify the index once it is created?

A.
Yes, if it is a primary hash key index

B.
Yes, if it is a Global secondary index

C.
No

D.
Yes, if it is a local secondary index

Explanation:
Currently, in DynamoDB, an index cannot be modified once it is created.
http://aws.amazon.com/dynamodb/faqs/#security_anchor



Leave a Reply 8

Your email address will not be published. Required fields are marked *


Ravinder Kumar

Ravinder Kumar

B. You can modify Global Secondary index after creation.

Leo

Leo

Q. Can I change Global Secondary Indexes after a table has been created?

Yes, Global Secondary Indexes can be changed at any time, even after the table has been created.

Ken

Ken

Option B is correct, you can modify global secondary indexes

sirisha

sirisha

B – AWS now allows you to modify global secondary indexes after creation