Skip to content

Commit 485b521

Browse files
Copilotwata727
andauthored
Add missing ElastiCache node type: cache.r6gd.large (#971)
* Initial plan * Add missing ElastiCache node types (r6gd.large and r7gd series) and update .gitignore Co-authored-by: wata727 <[email protected]> * Remove cache.r7gd entries - not supported for ElastiCache Redis Co-authored-by: wata727 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: wata727 <[email protected]>
1 parent 7843491 commit 485b521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules/utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ var validElastiCacheNodeTypes = map[string]bool{
6464
"cache.r6g.8xlarge": true,
6565
"cache.r6g.12xlarge": true,
6666
"cache.r6g.16xlarge": true,
67+
"cache.r6gd.large": true,
6768
"cache.r6gd.xlarge": true,
6869
"cache.r6gd.2xlarge": true,
6970
"cache.r6gd.4xlarge": true,

0 commit comments

Comments
 (0)