cityindex-attic / logsearch

[unmaintained] A development environment for ELK
Apache License 2.0
24 stars 8 forks source link

Increase CloudFormation template versatility via conditions declarations #256

Closed sopel closed 10 years ago

sopel commented 10 years ago

The New Stack Management and Template Features in AWS CloudFormation in general (as mentioned in https://github.com/cityindex/logsearch/issues/238#issuecomment-29598840 already) and the Conditions Declaration and Condition Functions in particular turn out to be much more powerful than I realized at first sight, thereby providing options to address a variety of limitations and annoyances of CloudFormation we encountered over time.

E.g. the following issues can be addressed via resp. template patterns now (by converting semantically optional parameters to actually optional ones):

Also worth noting, though not relevant yet:

dpb587 commented 10 years ago

Merged #257.