diff --git a/pkg/config/services.go b/pkg/config/services.go index 08085efc..53191b0a 100644 --- a/pkg/config/services.go +++ b/pkg/config/services.go @@ -430,6 +430,16 @@ var SupportedServices = serviceConfigs{ regexp.MustCompile("file-system/(?P[^/]+)"), }, }, + { + Namespace: "AWS/EKS", + Alias: "eks", + ResourceFilters: []*string{ + aws.String("eks:cluster"), + }, + DimensionRegexps: []*regexp.Regexp{ + regexp.MustCompile(":cluster/(?P[^/]+)$"), + }, + }, { Namespace: "AWS/ELB", Alias: "elb",