-
Notifications
You must be signed in to change notification settings - Fork 37
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
[joysl] Neptune Autoscaling #180
[joysl] Neptune Autoscaling #180
Conversation
With this commit, user can choose to enable Neptune Autoscaling along with following configurable paramters [TargetUtilization, MinCapacity,MaxCapacity]
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 checked out this CR and locally built/deployed the AssetLibrary module and confirmed that the Neptune autoscaling settings are applied as intended
source/packages/services/assetlibrary/infrastructure/cfn-autoscaling-neptune.yml
Outdated
Show resolved
Hide resolved
source/packages/services/assetlibrary/infrastructure/cfn-assetLibrary.yaml
Outdated
Show resolved
Hide resolved
# Optional Neptune auto-scaling configuration | ||
AutoScalingNeptuneNestedStack: | ||
Type: AWS::CloudFormation::Stack |
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.
Open question: What's the benefit of having this be a nested stack instead of part of the top-level one?
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.
Just decided to follow what was set for Lambda autoscaling which was a nested stack.
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.
LGTM
Thanks @joysl ! |
With this commit, user can choose to enable Neptune Autoscaling along with following configurable paramters [TargetUtilization, MinCapacity,MaxCapacity]
Description
With this commit, user can choose to enable Neptune Autoscaling along with following configurable paramters [TargetUtilization, MinCapacity,MaxCapacity]
Type of change
Submission Checklist
Additional Notes: