wallix / awless

A Mighty CLI for AWS
http://awless.io/
Apache License 2.0
4.97k stars 263 forks source link

Display multiple ENI interfaces on EC2 instance #275

Open KVInventoR opened 4 years ago

KVInventoR commented 4 years ago

Hi All,

I found awless useful tool but faced that it's not possible to get info about ip addresses which attached to ec2 instance (we have more than 1 eni interface):


awless list instances -r ${region} --tag-key ResourceGroup --tag-value whitelister-${vpc} --columns id,zone,name,state,type,publicip,privateip,image
``

Is it possible to get all  ip addresses from EC2?
gtirloni commented 4 years ago
$ awless list networkinterfaces --filter instance=i-12345678