Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Append dimensions ssm managed instance id support #1251

Open
risqbenp opened this issue Jul 19, 2024 · 0 comments
Open

Append dimensions ssm managed instance id support #1251

risqbenp opened this issue Jul 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@risqbenp
Copy link

Is your feature request related to a problem? Please describe.
We use the following config snippet for our ec2 instances;

"metrics": {
  "append_dimensions": {
    "InstanceId": "${aws:InstanceId}"
  }
}

This doesn't work on our on premise instances, registered as ssm managed instances, as ec2tagger doesn't know how to look for the ssm registration details.

Describe the solution you'd like
Modify aws:InstanceId or add another value that allows us to resolve the managed instance id for on-premise installation.

@risqbenp risqbenp changed the title ${aws:InstanceId} should resolve aws ssm managed instance ids Append dimensions ssm managed instance id support Jul 19, 2024
@mitali-salvi mitali-salvi added the enhancement New feature or request label Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants