amazon ec2 - How to gather information of all the EC2 volumes using ansible? -


i new ansible , trying figure out solutions. can me :

  1. getting detailed info running instances of ec2
  2. and find out security groups , policies attached.
  3. segregate based on vpcs.

i assuming can achieved writing playbook. appreciated. thanks.

use ec2 dynamic inventory http://docs.ansible.com/ansible/latest/intro_dynamic_inventory.html#example-aws-ec2-external-inventory-script


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -