amazon web services - Rails & EC2 API - how can I monitor an EC2 instance status and trigger a method on 'running'? -


i'm wondering if there method can monitor status of instance on ec2, , perform action when changes. i'm using long polling, generating lot of ec2 api requests; there better way?

the solution use waiters, detailed in ec2 api, poll aws in background.

makes sense when done part of background process.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -