开发者

API to find the number of instances run by hour - AWS

开发者 https://www.devze.com 2023-01-29 04:48 出处:网络
I am looking for API that can return number of insta开发者_如何学编程nces that run during the course of the day for each of the hour. If it was my task, I would create a php script that runs in cron j

I am looking for API that can return number of insta开发者_如何学编程nces that run during the course of the day for each of the hour.


If it was my task, I would create a php script that runs in cron job every hour and record EC2 instances information (Running number of instances a part of that) in the database.

Then just query the database to with the right parameters.

0

精彩评论

暂无评论...
验证码 换一张
取 消