-
Notifications
You must be signed in to change notification settings - Fork 4.3k
feat(neptune-alpha): add publiclyAccessible #36225
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
base: main
Are you sure you want to change the base?
feat(neptune-alpha): add publiclyAccessible #36225
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(This review is outdated)
4305e92 to
e273c48
Compare
…accessible instances
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
| dbInstanceClass: props.instanceType._instanceType, | ||
| dbParameterGroupName: props.parameterGroup?.parameterGroupName, | ||
| autoMinorVersionUpgrade: props.autoMinorVersionUpgrade === true, | ||
| publiclyAccessible: props.publiclyAccessible === true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We must use props.publiclyAccessible as not to affect current users, even when they're using default value. Ideally, template should only changes when user explicitly specifies the new param. That's why you see other snapshots also change.
| /** | ||
| * Neptune engine version 1.4.6.2 | ||
| */ | ||
| public static readonly V1_4_6_2 = new EngineVersion('1.4.6.2'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think maintainers would like to see new version in a separate PR.
Issue # (if applicable)
Closes #35647.
Reason for this change
The
publiclyAccessibleoption allows Neptune instances to be reached from outside a VPC.Description of changes
The changes in this PR add the
publiclyAccessibleoption to the Neptune cluster and instance props.Describe any new or updated permissions being added
None
Description of how you validated changes
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license