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

add more metadata from cloud providers #4893

Open
jesusch opened this issue Oct 16, 2022 · 1 comment
Open

add more metadata from cloud providers #4893

jesusch opened this issue Oct 16, 2022 · 1 comment

Comments

@jesusch
Copy link

jesusch commented Oct 16, 2022

Currently it seems only one property gets populated:

type: Entity
api_version: core/v2
metadata:
  name: ip-10-12-20-4
spec:
  system:
    cloud_provider: EC2

Feature Suggestion

e.g. on AWS
http://169.254.169.254/latest/dynamic/instance-identity/document

{
  "accountId": "123456789012",
  "architecture": "x86_64",
  "availabilityZone": "eu-west-1c",
  "billingProducts": null,
  "devpayProductCodes": null,
  "marketplaceProductCodes": null,
  "imageId": "ami-asdf",
  "instanceId": "i-1234",
  "instanceType": "t3.xlarge",
  "kernelId": null,
  "pendingTime": "2022-09-09T11:18:23Z",
  "privateIp": "10.0.0.1",
  "ramdiskId": null,
  "region": "eu-west-1",
  "version": "2017-09-30"
}

would be awesome to have those available on the entity
even greater would be having instance tags (http://169.254.169.254/latest/meta-data/tags) as entity properties

@jesusch
Copy link
Author

jesusch commented Oct 16, 2022

It might be a good idea to have "agent-plugins" that supply aditional properties

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant