arkadiyt / aws_public_ips

Fetch all public IP addresses tied to your AWS account. Works with IPv4/IPv6, Classic/VPC networking, and across all AWS services
MIT License
634 stars 89 forks source link

aws profile #14

Closed ak-digital-endeavours closed 6 years ago

ak-digital-endeavours commented 6 years ago

Hi, Good tool but it would be useful to be able to run it with a --profile option rather than using default.

Thanks

flantel commented 6 years ago

Hi @ak-uk

Just run it with

AWS_PROFILE=myprofile aws_public ips

-Barry

arkadiyt commented 6 years ago

Yup this is covered in the configuration section, but I'll try to make the docs more clear - thanks!