node-ses icon indicating copy to clipboard operation
node-ses copied to clipboard

[Question] Are AWS access keys required when running within AWS?

Open tiagojsag opened this issue 2 years ago • 0 comments

Hi,

First of all, thanks for creating and maintaining this project.

On to my question: can this lib be used within AWS infrastructure (say running in EC2) without explicitly passing the access key and secret? Judging by the code, my guess is "no", but I wanted to confirm with you, the maintainer(s). It has long been established that having IAM credentials being passed around inside AWS is a bad practice, and IAM roles should be used instead. Just wanted to confirm if that's an option with this lib

Thanks!

tiagojsag avatar Oct 12 '23 11:10 tiagojsag