Telemetry in DynamoDB local - Amazon DynamoDB
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Telemetry in DynamoDB local

At Amazon, we develop and launch services based on what we learn from interactions with customers, and we use customer feedback to iterate on our products. Telemetry is additional information that helps us to better understand our customers needs, diagnose issues, and deliver features that improve the customer experience.

DynamoDB local collects telemetry, such as generic usage metrics, systems and environment information, and errors. For details about the types of telemetry collected, see Types of information collected.

DynamoDB local does not collect personal information, such as user names or email addresses. It also does not extract sensitive project-level information.

As a customer, you control whether telemetry is turned on, and you can change your settings at any point in time. If telemetry remains on, DynamoDB local sends telemtery data in the background without requiring any additional customer interaction.

Turn off telemetry using command line options

You can turn off telemetry using command line options when starting DynamoDB local using the option -disableTelemetry. For more information, see Command line options

Turn off telemetry for a single session

In macOS and Linux operating systems, you can turn off telemetry for a single session. To turn off telemetry for your current session, run the following command to set the environment variable DDB_LOCAL_TELEMETRY to false. Repeat the command for each new terminal or session.

export DDB_LOCAL_TELEMETRY=0

Turn off telemetry for your profile in all sessions

Run the following commands to turn off telemetry for all sessions when you're running DynamoDB local on your operating system.

To turn off telemetry in Linux
  1. Run:

    echo "export DDB_LOCAL_TELEMETRY=0" >>~/.profile
  2. Run:

    source ~/.profile
To turn off telemetry in macOS
  1. Run:

    echo "export DDB_LOCAL_TELEMETRY=0" >>~/.profile
  2. Run:

    source ~/.profile
To turn off telemetry in Windows
  1. Run:

    setx DDB_LOCAL_TELEMETRY 0
  2. Run:

    refreshenv

Types of information collected

  • Usage information — The generic telemetry like server start/stop and the API or Operation called.

  • System and environment information — The Java version, operating system (Windows, Linux or macOS), the environment in which DynamoDB local runs (for example, Stand alone JAR, Docker container, or as a Maven Dependency), and hash values of usage attributes.

Learn more

The telemetry data that DynamoDB local collects adheres to the Amazon data privacy policies. For more information, see the following: