Преглед изворни кода

update CloudFormation/Memcached.yaml.

xdc пре 5 година
родитељ
комит
4bed000a85
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      CloudFormation/Memcached.yaml

+ 1 - 0
CloudFormation/Memcached.yaml

@@ -14,6 +14,7 @@ Resources:
   cachecluster:
     Type: 'AWS::ElastiCache::CacheCluster'
     Properties:
+      AZMode: cross-az
       Engine: memcached
       ClusterName: cachecluster
       NumCacheNodes: '2'