aws cli - Finding the services running on multiple aws ec2 instances -


is there command in aws cli list of services running on ec2 instances?

normally log each ec2 instance individually, , check using linux commands such "netstat" or "ps -eaf".

there around 400 instances, if manually takes quite lot of time. if aws commands there find services running without logging instance, great.

thanks in advance.

you might have luck ec2 run command. docs:

run command provides simple way of automating common administrative tasks executing shell scripts , commands on linux [...] run command allows execute these commands across multiple instances , provides visibility results


Comments

Popular posts from this blog

javascript - Hide toolbar of pdf file opened inside iframe using firefox -

Ansible - ERROR! the field 'hosts' is required but was not set -

Copy range with conditional formatting -