-
-
Notifications
You must be signed in to change notification settings - Fork 317
Open
Description
Github issue
Issue type
- Feature Idea
Summary
Currently AutoSpotting ships with a static instance type database originating from ec2instances.info. This is very efficient but it only supports commercially available regions, may get stale over time and requires software updates to get support for newer instance types.
Ideally this data should be fetched periodically and cached by the Lambda function in its scratch area.
One option could be to just fetch it from somewhere at startup and update it daily, or alternatively query this data directly from the AWS pricing API.
Metadata
Metadata
Assignees
Labels
No labels