Browse Source

update CloudFormation/Memcached.yaml.

xdc 5 năm trước cách đây
mục cha
commit
4bed000a85
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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'