How to delete a Global Secondary Index in Amazon DynamoDB?

devquora
devquora

Posted On: Feb 22, 2018

 

    1 Answer Written

  •  devquora
    Answered by devquora

    To delete a Global Secondary Index (GSI) in Amazon DynamoDB, you can use the AWS Management Console, AWS CLI, or AWS SDKs. Here are the steps to delete a GSI using the AWS Management Console:

    • Open the DynamoDB console in your AWS account.
    • Select the table that contains the GSI you want to delete.
    • Click on the "Indexes" tab to see the list of GSIs associated with the table.
    • Select the GSI you want to delete from the list.
    • Click on the "Delete index" button.
    • Confirm that you want to delete the GSI by clicking the "Delete" button.

Related Questions

Please Login or Register to leave a response.

Related Questions

DynamoDB Interview Questions

Explain what is DynamoDB?

It is a NoSQL database service which is superintended and provides fast and inevitable performance with seamless scalab..

DynamoDB Interview Questions

List some benefits of using Amazon DynamoDB?

Here is the list of some of the benefits of using Amazon DynamoDB: It is a managed service where there is no need to hi..

DynamoDB Interview Questions

What are the non-relational Databases?

The Non-Relational databases are NoSQL databases. These databases are categorized into four groups, and they are: Key-v..