aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap

[AWS::Redshift::ClusterSubnetGroup] - [Coverage] - Missing ClusterSubnetGroupName property

Open
#2,296 0 comments 0 reactions 0 assignees View on GitHub
Coverage
Dominant language
No language data
Stars
1.1k
Forks
62
PR merge metrics
No merged PRs in 30d

Description

### Name of the resource

AWS::Redshift::ClusterSubnetGroup

### Resource name

_No response_

### Description

When creating a Redshift cluster subnet group (outside of CloudFormation), the group name is one of the allowed properties. CloudFormation doesn't have this as an available option, leading to groups being created with auto-generated names rather than desired, intentional names.

### Other Details

Also of note, in my simple test, `ClusterSubnetGroupName` was not rejected as an invalid property. However the group was still created with an auto-generated name and not the value passed in via `ClusterSubnetGroupName`

Contributor guide

Open the contributing guide

Research direction

Start by locating the coverage entry for AWS::Redshift::ClusterSubnetGroup and checking how its properties are represented. Verify the handling of ClusterSubnetGroupName against the reported behavior, then confirm that a supplied name is accepted and preserved instead of an auto-generated name.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws
Domain
cloud
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.