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
631 stars 89 forks source link

Is this public or not ? #25

Closed ManShum812 closed 5 years ago

ManShum812 commented 5 years ago

I found this in https://github.com/arkadiyt/aws_public_ips/blob/master/spec/spec_helper.rb

::ENV['AWS_REGION'] = 'us-east-1' ::ENV['AWS_ACCESS_KEY_ID'] = 'AAAAAAAAAAAAAAAAAAAA' ::ENV['AWS_SECRET_ACCESS_KEY'] = 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'

arkadiyt commented 5 years ago

Hi @samuel82333,

Those are fake credentials - they can't be used for anything.

Thanks,