aws-solutions / media-services-application-mapper

Media Services Application Mapper is a browser-based tool that allows operators to visualize the structure and logical connections among AWS Media Services and supporting services in the cloud. The tool can be used as a top-down resource monitoring tool when integrated with CloudWatch.
Apache License 2.0
84 stars 27 forks source link

Reduce interval for Systems Manager inventory queries #120

Closed JimTharioAmazon closed 4 years ago

JimTharioAmazon commented 4 years ago

This is a heavy API call and we probably don't need to update more often than every 5 minutes. We can pull this polling operation out into a separate schedule and run it at a lower rate than the other node update schedule.

The current node update code can potentially query SSM several times within a single 5 minute scheduled run.