Transforms – AWS EC2 Metadata – Support Additional IMDS Instance Metadata Categories #22069
Labels
meta: good first issue
Anything that is good for new contributors.
transform: aws_ec2_metadata
Anything `aws_ec2_metadata` transform related
type: feature
A value-adding code addition that introduce new functionality.
A note for the community
Use Cases
Enrich events with data from IMDS to:
aws
), region (e.g.us-east-1
), availability zone ID (e.g.use1-az1
,use1-az2
), placement group, partition number, and host ID (for dedicated hosts) help determine impact locality.Attempted Solutions
N/A
Proposal
The AWS EC2 Metadata transform currently supports a subset of IMDS instance metadata categories.
Support additional IMDS instance metadata categories. In particular:
services/partition
)services/domain
)placement/region
)us-east-1
is down butus-west-2
is up).placement/availability-zone-id
)us-east-1a
, which the filter supports today) maps to different underlying availability zone IDs (e.g.use1-az1
,use1-az2
).use1-az1
is down butuse1-az2
is up).placement/group-name
)placement/partition-number
)placement/host-id
)autoscaling/target-lifecycle-state
)References
Version
0.43.1
The text was updated successfully, but these errors were encountered: