Parcourir la source

update CloudFormation/Memcached.yaml.

xdc il y a 5 ans
Parent
commit
4bed000a85
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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'