Our next-gen architecture is built to help you make sense of your ever-growing data. Watch a 4-min demo video!

Back to All Docs

AWS S3 Logs Collection Terraform Module AWS S3 Logs Collection Terraform Module

Last Updated: Dec. 16, 2023

Terraform simplifies the way we deploy our infrastructure and allows us to maintain it as code.

Using our Terraform Modules, you can easily install and manage Coralogix integrations with AWS services as modules in your infrastructure code.

Our modules are open source and available on our Github and in the Terraform Registry

Installation

Install our S3 Log Collection Lambda by adding this declaration to your Terraform project.

module "coralogix-shipper-s3" {
  source = "coralogix/aws/coralogix//modules/s3"

  coralogix_region   = "Europe"
  private_key        = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXX"
  application_name   = "s3"
  subsystem_name     = "logs"
  s3_bucket_name     = "test-bucket-name"
  integration_type   = "s3"
}

AWS Secrets Manager

Deploy the AWS Secrets Manager Lambda layer for any of our AWS integrations. Find out more here.

Additional Resources

DocumentationCoralogix Terraform Provider

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].

On this page