Skip to content

Datadog

Last updated: 2023-11-07

Datadog AWS Integration

The integration is managed in Datadog and not in CDK. We used the standard AWS integration that is provided by Datadog. This is done for all AWS accounts (statistagpt-dev, statistagpt-stage, statistagpt-prod) in the eu-central-1 region.

Setup in other regions

We deployed a Datadog forwarder function in the regions us-east-1 and ap-southeast-1 in all three accounts. For that we created a secret in those regions and accounts which contains the API key of the corresponding Datadog organization.

Resources

You will find the resources in all accounts. The initially provisioned datadog-forwarder Lambda function is not used anymore.

eu-central-1

  • Secret: DdApiKeySecret
  • Lambda: DatadogIntegration-ForwarderStack-...

us-east-1

  • Secret: DdApiKeySecret
  • Lambda: DatadogForwarderUS1

ap-southeast-1

  • Secret: DdApiKeySecret
  • Lambda: DatadogForwarderAPSE1