log-exporter
DNXLabs/log-exporter/aws
This module creates a lambda function that exports log groups on the AWS account and region deployed.
terraform-aws-log-exporter   This module creates a lambda function that exports log groups on the AWS account and region deployed(default every 4 hours). It will only export each log group if it has the tag ExportToS3=true, if the last export was more than 24 hours ago it creates an export task to the S3_BUCKET defined saving the current timestamp in a SSM parameter. This module creates: - A lambda function - A bucket to receive the logs - A Cloudwatch to export the logs Requirements | Name | Version | |------|---------| | terraform | >= 0.12.0 | | aws | >= 4.61.0 | | random | >= 3.4.0 | Providers | Name | Version | |------|------
| Name | Type | Description | Default |
|---|---|---|---|
| cloudwatch_logs_export_bucket | string | Bucket to export logs | "" |
| runtime | string | Runtime version of the lambda function | "python3.10" |
Terraform module that implements a web app on ECS and supports autoscaling, CI/C
This module creates an S3 bucket suitable for receiving logs from other AWS serv
Terraform module that configures important RDS alerts using CloudWatch and sends
Terraform Module to Provide a CloudWatch Logs Endpoint