Mark Siebert

Results 8 comments of Mark Siebert

It appears that you're using EC2 Classic, which allows you to reference security groups that are outside of your account. This is an issue because Cumulus uses the describe-security-groups operation,...

Yeah, so on line 22 of RuleConfig, you'd just return nil in the mapping function if `user_id` isn't your account id, and then `.reject` out the nils in the result....

Also, do we need Paul's sublime text config in the repo?

You should add some tests like I did in the SQS module. That would be super rad. Also... add documentation for it on the `gh-pages` branch. Man, I'm so glad...

dude, @mcrossen, I'm loving the fact that there are tests here! Way to go!

@mike503 I just added a page about getting started with Cumulus: https://lucidsoftware.github.io/cumulus/getting-started/ @conorgil we originally built Cumulus to meet our IAC needs because Cloudformation wasn't quite what we needed. Our...

@repudi8or I linked to a [sample configuration](https://github.com/lucidsoftware/cumulus/blob/master/conf/configuration.json) in the Getting Started docs, but it turns out the styles on the page made it so it looked just like regular text...

btw, please keep the suggestions or pull requests for the documentation site coming. We'd like to make sure that the documentation is easy to understand, and there are likely some...