Skip to content

Instantly share code, notes, and snippets.

View wp-davisona's full-sized avatar

Andrew Davison wp-davisona

View GitHub Profile

Keybase proof

I hereby claim:

  • I am wp-davisona on github.
  • I am davisona (https://keybase.io/davisona) on keybase.
  • I have a public key ASBd603qwu6XWHRyItVrDM55s1auJZC6HuEHeF60F2hWvQo

To claim this, I am signing this object:

# Converted from Elasticsearch template Example located at:
# http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html
from troposphere import Template, If, Ref, Not, Equals, Parameter
from troposphere.elasticsearch import ElasticsearchDomain, \
ElasticsearchClusterConfig, EBSOptions, SnapshotOptions
def main():
template = Template()
template.add_version("2010-09-09")