(aws-neptune): Provide Auto Minor Version Upgrade option for Neptune Cluster instances #17545
Closed
1 of 2 tasks
Labels
@aws-cdk/aws-neptune
Related Amazon Neptune
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
good first issue
Related to contributions. See CONTRIBUTING.md
p2
Description
Using the DatabaseCluster construct, I would like to specify that I want Auto Minor Version Upgrade to be enabled. This is inline with the security checks provided by the
cdk-nag
. This feature makes it so that projects using the construct are deemed invalid, as per the AWS Solutions Library rules.More details about the feature can be found at the AWS Documentation.
Use Case
I need this feature for security purposes. Particularly, this is required in order to pass the
AwsSolutions-N2
check by thecdk-nag
tool. More information on rules can be found here.Proposed Solution
I see the following approaches:
auto_minor_version_upgrade
property directly under the DatabaseCluster construct as a boolean. IfTrue
then every Instance on the cluster would have auto_minor_version_upgrade set toTrue
auto_minor_version_upgrade
property under the DatabaseClusterProps construct. The rest follows as in (1).auto_minor_version_upgrade
property under the DatabaseInstanceProps construct and, in addition, provide a way for this property to be passed to the DatabaseCluster construct.Other information
No response
Acknowledge
The text was updated successfully, but these errors were encountered: