skyscreamer / nevado

A JMS driver for Amazon SQS.
http://nevado.skyscreamer.org/
Apache License 2.0
51 stars 48 forks source link

Added support for instance profile credentials #101

Open objectivearts opened 9 years ago

objectivearts commented 9 years ago

I've made a small change to the SQS connector class to allow the use of instance profile credentials when no access keys are specified. This improves security when an EC2 instance has a role that allows it to access the SQS and SNS services since access keys don't need to be stored anywhere.