Skip to content

Instantly share code, notes, and snippets.

@efenderbosch
Created June 1, 2017 14:19
Show Gist options
  • Save efenderbosch/f183a9c6a1aed66594612584e858d210 to your computer and use it in GitHub Desktop.
Save efenderbosch/f183a9c6a1aed66594612584e858d210 to your computer and use it in GitHub Desktop.
webhookListenerCache:
Type: AWS::ElastiCache::CacheCluster
Properties:
ClusterName: ${self:custom.stage}-shopify-wh-listen
CacheNodeType: cache.t2.medium
CacheSubnetGroupName: ${self:custom.stage}
Engine: Redis
EngineVersion: 3.2.4
NumCacheNodes: 1
VpcSecurityGroupIds: ${self:custom.vpc.securityGroupIds}
Port: 6379
PreferredAvailabilityZone: ${self:provider.region}b
NotificationTopicArn: ${self:custom.opsTeamArn}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment