dignoe / whenever-elasticbeanstalk

Allows you to run cron jobs easily on one or all AWS Elastic Beanstalk instances.
MIT License
48 stars 35 forks source link

whenever-elasticbeanstalk.yml does not read from ERB environment variables #7

Closed nikhilvs closed 10 years ago

nikhilvs commented 10 years ago

When we use elastic-beanstalk, it is advised to load access key and secret key from software configuration.

When we hard code access key and secret key in whenever-elasticbeanstalk.yml, application works. But with erb environment variables, elasticbeanstalk gives following error : [Instance: xxxxxxx Module: AWSEBAutoScalingGroup ConfigSet: null] Command failed on instance. Return code: 1 Output: Error occurred during build: Command cron_01_set_leader failed .

jufemaiz commented 10 years ago

https://github.com/dignoe/whenever-elasticbeanstalk/pull/11