AWS Supported Services
This page lists the complete set of metadata labels that the AWS enrichment scraper attaches to CloudWatch metrics, for every supported AWS service. For an overview of how enrichment works and a short sample, see Enrichment Reference on the CloudWatch Metrics page.
Each table entry shows:
-
The
awsNamespacesvalue to set in theawsNamespacesvariable of yourcustom-values.yaml. -
The scraper endpoint that Kloudfuse calls when enriching metadata.
<region>is a placeholder for the AWS region; global services (CloudFront, Route 53) have no region segment. -
The IAM actions required by the enrichment scraper for that namespace. Add these to your IAM policy when collecting only a subset of namespaces.
For pre-built IAM policies covering all namespaces or a core-services subset, see AWS IAM Permissions for Enrichment.
Resource Tagging
The AWS Resource Groups Tagging API is required in addition to any per-service actions listed below. Kloudfuse uses it to fetch tags across resource types.
| AWS Service | Enriched Metadata Fields | IAM Actions Required |
|---|---|---|
Resource Groups Tagging API
|
AWS resource tags across all supported services |
|
AI & Machine Learning
| AWS Service | Enriched Metadata Fields | IAM Actions Required |
|---|---|---|
Bedrock
|
For Foundation Models:
|
|
QBusiness
|
For Applications:
|
|
Analytics & Data
| AWS Service | Enriched Metadata Fields | IAM Actions Required |
|---|---|---|
Athena
|
All AWS tags on WorkGroups |
|
Glue
|
All AWS tags on Jobs |
|
Compute
| AWS Service | Enriched Metadata Fields | IAM Actions Required |
|---|---|---|
AutoScaling
|
All AWS tags on the AutoScaling Group |
|
EC2
|
For Instances:
For NAT Gateways:
|
|
ECS
|
For Clusters and Services:
|
|
EKS
|
|
|
Lambda
|
|
|
Databases
| AWS Service | Enriched Metadata Fields | IAM Actions Required |
|---|---|---|
DynamoDB
|
All AWS tags on Tables |
|
ElastiCache
|
For ElastiCache Clusters:
For Serverless Caches:
|
|
OpenSearch
|
|
|
RDS
|
For DB Instances:
For DB Clusters:
|
|
Redshift
|
All AWS tags on Clusters |
|
Timestream
|
For Databases:
For Tables:
|
|
Media & Communication
| AWS Service | Enriched Metadata Fields | IAM Actions Required | ||
|---|---|---|---|---|
MediaConvert
|
For Queues:
|
|
||
SES
|
For Configuration Sets:
|
|
Messaging & Streaming
| AWS Service | Enriched Metadata Fields | IAM Actions Required |
|---|---|---|
EventBridge
|
For Rules and Event Buses:
|
|
Firehose
|
All AWS tags on the Delivery Stream |
|
Kafka
|
All AWS tags on Clusters |
|
Kinesis
|
All AWS tags on Streams |
|
MQ
|
|
|
SNS
|
All AWS tags on Topics |
|
SQS
|
All AWS tags on Queues |
|
Networking & Content Delivery
| AWS Service | Enriched Metadata Fields | IAM Actions Required | ||
|---|---|---|---|---|
CloudFront
|
All AWS tags on Distributions |
|
||
ELB
|
|
|
||
ELBv2
|
|
|
||
Route 53
|
All AWS tags on Health Checks |
|
Observability
| AWS Service | Enriched Metadata Fields | IAM Actions Required |
|---|---|---|
CloudWatch Logs
|
All AWS tags on Log Groups |
|
Security & Compliance
| AWS Service | Enriched Metadata Fields | IAM Actions Required |
|---|---|---|
ACM
|
All AWS tags on the Certificate |
|
WAF
|
For Web ACLs and Rule Groups:
|
|
Serverless & Integration
| AWS Service | Enriched Metadata Fields | IAM Actions Required |
|---|---|---|
API Gateway
|
|
|
API Gateway V2
|
|
|
Step Functions
|
For State Machines:
For Activities:
|
|
Storage
| AWS Service | Enriched Metadata Fields | IAM Actions Required |
|---|---|---|
EBS
|
|
|
EFS
|
|
|
FSx
|
|
|
S3
|
All AWS tags on the S3 Bucket |
|
External References
The namespace identifiers and IAM action names on this page are sourced from the following AWS documentation:
-
AWS services that publish CloudWatch metrics — canonical list of
AWS/*namespace identifiers and the metrics each service publishes. -
AWS service authorization reference — complete list of IAM actions, resource types, and condition keys for every AWS service.
-
AWS Resource Groups Tagging API — the
tag:GetResources,tag:GetTagKeys, andtag:GetTagValuesactions used to retrieve resource tags across services.