You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: service-ecs.yml
+25-5Lines changed: 25 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@ Parameters:
2
2
NumCacheNodes:
3
3
Type: String
4
4
Description: Number of cache nodes
5
-
Default: 1
5
+
Default: 2
6
6
CacheNodeType:
7
7
Type: String
8
8
Description: The compute and memory capacity of the node(s) in the Redis Cluster
9
-
Default: "cache.m3.medium"
9
+
Default: "cache.t2.micro"
10
10
AllowedValues:
11
11
- cache.t2.micro
12
12
- cache.t2.small
@@ -43,6 +43,10 @@ Parameters:
43
43
- cache.r3.2xlarge
44
44
- cache.r3.4xlarge
45
45
- cache.r3.8xlarge
46
+
AutomaticFailoverEnabled:
47
+
Type: String
48
+
Description: Indicates whether Multi-AZ is enabled. When Multi-AZ is enabled, a read-only replica is automatically promoted to a read-write primary cluster if the existing primary cluster fails.
0 commit comments