cumulus icon indicating copy to clipboard operation
cumulus copied to clipboard

Helps manage AWS CloudFormation stacks

Results 19 cumulus issues
Sort by recently updated
recently updated
newest added

Hi, I just ran pip install cumulus and got [this](http://cumulus-ds.readthedocs.org/en/latest/) package, not the one I was expecting. It might be worth mentioning in the docs that there is another AWS...

Hi, We are using cumulus to deploy stacks on different accounts. When deploying the same stack (megastack) against different accounts there are some difficulties with the current implementation, hence the...

I am working with CloudFormation a lot these days and usually if I want to coordinate deployments between 2 stacks I just define [substacks](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html) in the parent template file. I...

This pull request adds the ability to specify which key pair profile to use when working with a stack. For reference see http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#cli-multiple-profiles. This allows you to work on stacks...

The dreaded `failed to satisfy constraint: Member must have length less than or equal to 51200` Has there been any thought/workflow on how cumulus might handle large templates, ie: uploading...

We have yaml that looks like the following... WebIds: - source : SystemsAzA type : resource variable : Web1 - source : SystemsAzB type : resource variable : Web1 Where...

This makes unnecessary bin/cumulus and should be more portable

Just ran 2to3 on the codebase so this version should be compabible with both Python 2 and 3.

When doing a creating but a sub-stack exists in CF, cumulus considers it OK, and doesn't create, thus any other stacks that depend on it, fail.