diff --git a/pkg/config/services.go b/pkg/config/services.go index 6b387781..b69246bc 100644 --- a/pkg/config/services.go +++ b/pkg/config/services.go @@ -725,10 +725,12 @@ var SupportedServices = serviceConfigs{ ResourceFilters: []*string{ aws.String("rds:db"), aws.String("rds:cluster"), + aws.String("rds:db-proxy"), }, DimensionRegexps: []*regexp.Regexp{ regexp.MustCompile(":cluster:(?P[^/]+)"), regexp.MustCompile(":db:(?P[^/]+)"), + regexp.MustCompile(":db-proxy:(?P[^/]+)"), }, }, {