AWS Core Metric Data Collection

The AWS Core Gem includes an option to periodically send usage metrics to AWS. We use this data to better understand how customers use the AWS solutions provided through the Gem. When enabled, we collect the following information and send it to AWS:

Collected Metrics

FieldDescriptionExample
versionDefines the version of the metric schema this event was produced under.Schema Policy 1.1
o3de_versionDefines the O3DE version (if known) providing the metric.2107.1
platformIdentifies the platform running the O3DE Editor.Mac
platform_versionIdentifies the version or sub-platform type.10.15.7
timestampTimestamp for metric generation.2007-04-05T14:30
active_aws_gemsA list of AWS Gems active in your project, separated by ‘/’.AWSCore/AWSMetrics/AWSClientAuth

Data collected is subject to the AWS Privacy Policy .

Opting Out

You can opt out via the Editor preferences found at Edit -> Editor Settings -> Global Preferences -> AWS.

Or, you can modify the Editor Registry setting file under {YOUR-PROJECT}/user/Registry/editorpreferences.setreg and restart the Editor.

Registry setting:

{
  "Amazon": {
    "Telemetry": {
      "SendAWSUsageMetric": true
    }
  }
}

Copyright © 2026 DawnEngine. All rights reserved.

DawnEngine is a commercial 3D engine distributed under the DawnEngine end-user license agreement. Engine binaries and source are proprietary and are not covered by the licenses below.

Documentation only: the prose and templates on this site are a derivative work of Open 3D Engine (O3DE) documentation by the O3DE Contributors, used under CC BY 4.0 (documentation content), Apache 2.0 (site code), and the MIT license (inline code samples).

The open-source 3D engine that DawnEngine is built on top of is Open 3D Engine . DawnEngine is not affiliated with, endorsed by, or sponsored by The Linux Foundation or the O3DE project. “O3DE” and “Open 3D Engine” are trademarks of The Linux Foundation.