Re: [ansible-project] How to get all the instances per VPC and get security group of each instance for a particular zone.

2017-09-05 Thread Nirjhar Banik
te_facts) > 3. Get the list of ENIs for each of those EC2 instances (ec2_eni_facts) > > The last module will return information about security groups used by the > ENIs. > > kind regards > Pshem > > > > > On Mon, 4 Sep 2017 at 22:12 Nirjhar Banik <ba

[ansible-project] How to get all the instances per VPC and get security group of each instance for a particular zone.

2017-09-04 Thread Nirjhar Banik
I'm trying to pull all the information of all the instances per VPC and get security group of each instance for a particular zone. I am using *ec2_vpc* (it is deprecated) module to get the information about an existing VPC but from reading the docs, I'm not completely sure this is possible