Skip to content
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

(neptune-alpha): Add latest engine versions and supported instance types #31244

Closed
1 of 2 tasks
triggan opened this issue Aug 28, 2024 · 2 comments · Fixed by #31363
Closed
1 of 2 tasks

(neptune-alpha): Add latest engine versions and supported instance types #31244

triggan opened this issue Aug 28, 2024 · 2 comments · Fixed by #31363
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. p2

Comments

@triggan
Copy link

triggan commented Aug 28, 2024

Describe the feature

Add Engine Versions 1.3.2.0, 1.3.2.1, 1.3.3.0, 1.2.1.1, and 1.2.1.2 (https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases.html).

Add latest set of supported instances:

Use Case

Provide users the ability to configure latest engine versions for a cluster along with the full list of supported instance types when using the neptune L2 construct (alpha).

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.154.1

Environment details (OS name and version, etc.)

N/A

@triggan triggan added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Aug 28, 2024
@github-actions github-actions bot added the @aws-cdk/aws-neptune Related Amazon Neptune label Aug 28, 2024
@ashishdhingra ashishdhingra self-assigned this Aug 29, 2024
@ashishdhingra ashishdhingra added p2 investigating This issue is being investigated and/or work is in progress to resolve the issue. and removed needs-triage This issue or PR still needs to be triaged. labels Aug 29, 2024
@ashishdhingra
Copy link
Contributor

  • List of supported instance classes could be retrieved using AWS CLI command aws neptune describe-orderable-db-instance-options --engine neptune --query "OrderableDBInstanceOptions[*].[DBInstanceClass]" --output text.
  • Refer Engine releases for Amazon Neptune for list of supported engine versions.

@triggan Thanks for opening feature request. Feel free to contribute PR.

Thanks,
Ashish

@ashishdhingra ashishdhingra removed their assignment Aug 29, 2024
@ashishdhingra ashishdhingra added effort/small Small work item – less than a day of effort and removed investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Aug 29, 2024
@mergify mergify bot closed this as completed in #31363 Sep 9, 2024
Copy link

github-actions bot commented Sep 9, 2024

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 9, 2024
xazhao pushed a commit to xazhao/aws-cdk that referenced this issue Sep 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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. p2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants