cloudtools / cloudtools/troposphere
Add better AutoScalingGroupName validation (AutoScaling::AutoScalingGroup)
Open
- Dominant language
- Python
- Stars
- 4.9k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-autoscaling-autoscalinggroup-autoscalinggroupname
The name of the Auto Scaling group.
Minimum length of 1. Maximum length of 255. Must follow the following pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
Contributor guide
Research direction
Read the linked AWS CloudFormation documentation first, then inspect the AutoScaling::AutoScalingGroup implementation and its AutoScalingGroupName handling. Done means validation enforces the documented minimum length, maximum length, and pattern for the group name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- cloud
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100