opsworks icon indicating copy to clipboard operation
opsworks copied to clipboard

The missing OpsWorks CLI

Results 6 opsworks issues
Sort by recently updated
recently updated
newest added

This change proposal is to address Issue #4. It has been lightly tested (in manual mode). I think for completeness it would still need unittests, but wanted to propose this...

I want to run a specific recipe (or a list of recipes) in a specific instance. So I tried to specify three filters 'stack', 'layer' and 'instance'. But looks like...

Given that AWS is enabling and defaulting to region specific stacks, there is an option missing to specify which region we want the tool to send the AWS commands to....

Running commands on a high number of stacks can exceed the rates allowed. ``` info: Running command update_custom_cookbooks on 8 stacks error: ThrottlingException: Rate exceeded at Request.extractError (/Users/esya/.nvm/versions/node/v4.4.5/lib/node_modules/opsworks/node_modules/aws-sdk/lib/protocol/json.js:43:27) at Request.callListeners...

Have a rolling deploy feature, with a configurable "step", ie: do simultaneous deployments on all layers of all stacks matching filters, but only instance by instance, or X instances by...

enhancement

Possibly have a long-running version of the OpsWorks CLI that sits in an XMPP room and accepts the same CLI commands, runs them, and gives the output on the room.

enhancement