Terraform module to configure an AWS ECR Usage Dashboard based on AWS CloudWatch log insight queries with data fetched from AWS CloudTrail.
The Cloudwatch Dashboard includes the following widgets:
- Images per Accounts
- Usage by Accounts
- ECR Repositories Usage
- Images and tags per accounts
Module call for ecr-watch
- Call the module as follows
module "ecr-watch" {
source = "github.com/porscheofficial/terraform-aws-ecr-watch"
aws_cloudwatch_cloudtrail_log_group = "<cloudtrail/log_group/path>"
aws_region = <aws-region>
}
To perform security scan:
Please install https://github.com/aquasecurity/tfsec
Name |
Version |
terraform |
~> 1.4.5 |
Name |
Type |
Description |
Default value |
aws_region |
string |
Specify AWS region for CloudWatch Log Group containing CloudTrail Logs |
eu-central-1 |
aws_cloudwatch... |
string |
Specify the CloudWatch Log Group which contains CloudTrail Logs |
aws/cloudtrail |