Skip to content

AWS Resource Metadata Collection Terraform Module

Using Coralogix Terraform modules, you can easily install and manage Coralogix integrations with AWS services as modules in your infrastructure code. This tutorial demonstrates how to install our Resource Metadata Collection Lambda.

Installation

Install our Resource Metadata Collection Lambda by adding one of the following declarations to your Terraform project:

Original mode

module "resource-metadata" {
  source = "coralogix/aws/coralogix//modules/resource-metadata"

  coralogix_region    = "Europe"
  private_key         = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXX"
}

High volume mode

High volume mode is recommended for environments with more than 5.000 Lambda functions in the target AWS region.

module "resource-metadata" {
  source = "coralogix/aws/coralogix//modules/resource-metadata-sqs"

  coralogix_region    = "EU2"
  api_key             = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXX"
  event_mode          = "EnabledCreateTrail"
}

Additional resources

Our modules are open-source and can be found in GitHub and the Coralogix Terraform Registry.

Documentation Coralogix Terraform Provider
Original Mode GitHub
Terraform Registry
High Volume Mode GitHub
Terraform Registry

Support

Need help?

Our world-class customer success team is available 24/7 to walk you through your setup and answer any questions that may come up.

Feel free to reach out to us via our in-app chat or by sending us an email at [email protected].