-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
Description
One possibility is to add plugins to support data regarding cloud provider's apis. For example, Amazon Web Services has a Metadata API that allows you to programmatically find out details about the instance you are running on (hardware, security groups, profiles, etc) just by making an http request to 169.254.169.254.
You probably wouldn't want ALL of the data from that API, but information such as security groups, public and private IP and DNS (private is useful to minimize costs between instances on Amazon's network and to help ensure optimal routing), availability zone and region, etc would be useful at a glance.
A plugin integrating that information with the additional information regarding what's on the box would be really useful.