obsrvbl-oss / flowlogs-reader

Command line tool and Python library for working with AWS VPC Flow Logs
Apache License 2.0
136 stars 25 forks source link

Region name should use the configured default AWS region (not us-east-1) #14

Closed hjacobs closed 8 years ago

hjacobs commented 8 years ago

The AWS region name is currently hardcoded to us-east-1, but it should use Boto's default behavior (e.g. using the default region configured in ~/.aws/config):

https://github.com/obsrvbl/flowlogs-reader/blob/master/flowlogs_reader/flowlogs_reader.py#L128

bbayles commented 8 years ago

Yes, you're right. I'll issue a fix shortly.