Set up a connection between an AWS Account and DataDog. With this you get more data from AWS, e.g. API GW metrics, SQS metrics, Aurora/DynamoDB statuses and more.
Note
|
Requires nsbno/terraform-datadog-provider module to be set up.
|
Place this module in all environments in your -aws
repository, and you will be good to go!
module "datadog-service" {
source = "github.com/nsbno/terraform-datadog-aws-integration?ref=x.y.z"
# Should correspond to the name of the team in Datadog. Lowercase.
team_name = aws_ssm_parameter.team_name_handle.value
environment = var.environment
}
You can use these repos together with this repo!
nsbno/terraform-datadog-provider
-
Set up a DataDog provider before using this module.