plouc / mozaik-ext-aws

Mozaïk AWS widgets
2 stars 0 forks source link

Docs #1

Open shaiguitar opened 9 years ago

shaiguitar commented 9 years ago

Hey Raphaël, I couldn't find any indication as to where the key/secret info is defined. I did a quick ack -i for secret, key, config.get but didn't see anything. Is the instance listing in a working state (the mozaik-ext-demo doesn't have any aws demo on it, but I assume it should be some ENV param)?

plouc commented 9 years ago

Hi @shaiguitar, you can use environment vars or use a credentials file, the credentials config isn't managed through mozaïk for now but through the aws-sdk package, you have a guide here http://docs.aws.amazon.com/AWSJavaScriptSDK/guide/node-configuring.html on how to configure the SDK, supported methods should be:

Please let me know if doesn't work.