Forráskód Böngészése

update CloudFormation/Memcached.yaml.

xdc 5 éve
szülő
commit
4bed000a85
1 módosított fájl, 1 hozzáadás és 0 törlés
  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'