ec2-autoscale-reactor icon indicating copy to clipboard operation
ec2-autoscale-reactor copied to clipboard

Autonomous Minion Management via EC2 Autoscaler

Results 12 ec2-autoscale-reactor issues
Sort by recently updated
recently updated
newest added

Just in case someone needs this, to make this reactor compartible with salt 2017, code starting from line https://github.com/saltstack-formulas/ec2-autoscale-reactor/blob/master/ec2-autoscale/init.sls#L86 should look like this: ``` vm_ = __opts__.get('ec2.autoscale', {}) vm_['reactor'] =...

I have tested it with latest version of saltstack (2016.3.4), but it was returned an exception after reacting a new event from auto scaling group.It seems that "cloud.create runner" needed...

Hi, Here's the body of the e-mail I receive from init.sls: There was an error with the EC2 Signature. Content received was: {'Message': '{"notificationType":"Delivery","mail":{"timestamp":"2016-01-05T21:53:41.711Z","source":"[email protected]","sourceArn":"arn:aws:ses:us-east-1:119183261856:identity/[email protected]","sendingAccountId":"119183261856","messageId":"0000015213c8054f-5ea63928-47a9-4094-a787-dd8d004fe1a7-000000","destination":["[email protected]"]},"delivery":{"timestamp":"2016-01-05T21:53:42.365Z","processingTimeMillis":654,"recipients":["[email protected]"],"smtpResponse":"250 2.0.0 OK 1452030822 b6si8242311qhb.113 - gsmtp","reportingMTA":"a9-40.smtp-out.amazonses.com"}}',...

SNS outputs `SigningCertUrl` instead of `SigningCertURL`. Which prevents the following errir `KeyError: 'SigningCertURL'`

Previous commit moved ec2-autoscale.sls to init.sls. This updates the readme to clarify where the file is located.

Hi, I've updated reactor in order to build unique minion name based on EC2 instance ID. It should help to identify instance and debug different issues.

The README was updated over 2 years ago. Is the develop branch of Salt still required? Thanks

Need some clarification on the ec2.conf settings. ``` my-ec2-config: id: key: keyname: securitygroup: private_key: location: us-east-1 provider: ec2 minion: master: saltmaster.example.com ``` Is id the aws account id? the aws_access_key_id?...

``` 2016-02-17 09:48:16,756 [salt.utils.reactor][ERROR ][14898] Failed to render "/srv/reactor/ec2-autoscale.sls": Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/salt/utils/reactor.py", line 53, in render_reaction data=data) File "/usr/lib/python2.7/dist-packages/salt/state.py", line 280, in render_template template, self.rend, self.opts['renderer'],...