krz/aws-summary-report

clone: git clone https://gitbay.org/krz/aws-summary-report.git

main: config.example.toml · raw

 1[aws]
 2region = "us-east-1"
 3profile = "default"
 4
 5[email]
 6sender = "you@example.com"
 7smtp_server = "smtp.example.com"
 8smtp_port = 587
 9smtp_username = "you@example.com"
10smtp_password = "yourpassword"
11
12[recipients]
13emails = [
14    "you@example.com"
15]
16
17[report]
18sections = [
19    "acm",
20    "cloudfront",
21    "cloudwatch",
22    "config",
23    "costexplorer",
24    "route53",
25    "s3",
26    "securityhub"
27]