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 .
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 .