All Products
Search
Document Center

Tablestore:Activate Tablestore

Last Updated:Aug 22, 2024

Before using Tablestore features, you must activate Tablestore. If you have activated Tablestore, you do not need to activate it again. You need to activate Tablestore only once. You are not charged when you activate Tablestore.

Prerequisites

  • The Tablestore CLI is downloaded. For more information, see Download the Tablestore CLI.

  • An AccessKey pair is obtained. For more information, see Create an AccessKey pair.

    Important

    You can use only the AccessKey pair of an Alibaba Cloud account to activate Tablestore.

Procedure

  1. Run the config command to configure the AccessKey pair information. For more information, see Start the Tablestore CLI and configure access information.

    config --id NTS********************** --key 7NR2****************************************
  2. Run the enable_service command to activate Tablestore.

    The following sample response indicates successful activation:

    Your service is enabled.

References