Explorar el Código

update CloudFormation/Memcached.yaml.

xdc hace 5 años
padre
commit
4bed000a85
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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'