Skip to content

A simple AWS Lambda function to export Performance Insights metrics from RDS databases onto CloudWatch

License

Notifications You must be signed in to change notification settings

gbrlgn/export-pi-metrics-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

export-pi-metrics-lambda

This Terraform module deploys a AWS Lambda function to export Performance Insights metrics from RDS databases into CloudWatch.

The following resources will be created:

  • AWS Lambda function
  • CloudWatch/EventBridge event rule and target
  • IAM role

Usage

module "export_pi_metrics" {
    for_each    = { for metrics in local.workspace.export_pi_metrics : metrics.name => metrics }
    source      = "./export-pi-metrics-lambda"
    enabled     = each.value.enabled
    env         = each.value.env
}

Requirements

No requirements.

Providers

Name Version
aws n/a

Modules

No modules.

About

A simple AWS Lambda function to export Performance Insights metrics from RDS databases onto CloudWatch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published