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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -