geotrellis/geotrellis-ec2-cluster

Attempt to consolidate credentials required for tooling

hectcastro opened this issue · 1 comments

Right now, Packer, Boto, and the AWS CLI all have different forms of identifying AWS credentials. It would be easier for newcomers if there were only one way to supply credentials for all of the tools.

Removed need for AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY in 455fee4. Also, removed Boto dependency in da61fff.