-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RDS option and param groups should count only custom, not default #154
Comments
Default parameter groups have a name of "default." and a description of "Default parameter group for ". Default cluster parameter groups have a name of "default." and a description of "Default cluster parameter group for ". Default option groups have a name of "default:{engine}-{engine_version}", where engine_version has dots converted to dashes, and the engine name is a lower-cased, normalized string. Their description is "Default option group for {engine} {engine_version}" where engine is a lower-cased, normalized string but the version is the normal dot-separated one. |
This has been merged to develop as of 19a2526 |
Right now the usage information for RDS option and parameter groups (including cluster) is counting default ones too, not just custom. It should just count custom.
The text was updated successfully, but these errors were encountered: