Skip to content

Commit 5924237

Browse files
authored
Add cache.c7gn high-bandwidth node types (#802)
1 parent 77635cb commit 5924237

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rules/utils.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ var validElastiCacheNodeTypes = map[string]bool{
7979
"cache.r7g.16xlarge": true,
8080
"cache.c7gn.large": true,
8181
"cache.c7gn.xlarge": true,
82+
"cache.c7gn.2xlarge": true,
83+
"cache.c7gn.4xlarge": true,
84+
"cache.c7gn.8xlarge": true,
85+
"cache.c7gn.12xlarge": true,
86+
"cache.c7gn.16xlarge": true,
8287
"cache.m1.small": true,
8388
"cache.m1.medium": true,
8489
"cache.m1.large": true,

0 commit comments

Comments
 (0)