Skip to content

feat(aws-applicationautoscaling): enabling autoscaling for ElastiCache Redis cluster#17919

Merged
mergify[bot] merged 6 commits intoaws:masterfrom
astrohome:master
Dec 10, 2021
Merged

feat(aws-applicationautoscaling): enabling autoscaling for ElastiCache Redis cluster#17919
mergify[bot] merged 6 commits intoaws:masterfrom
astrohome:master

Conversation

@astrohome
Copy link
Copy Markdown
Contributor

Following the recently released support for autoscaling in ElastiCache Redis cluster, I'd like to use CDK in order to manage the infrastructure. The only required change is to introduce a new enum value for 'elasticache' key (cloudformation doc), however to improve dev experience I've introduced three new PredefinedMetricType following cloudformation docs


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@gitpod-io
Copy link
Copy Markdown

gitpod-io bot commented Dec 9, 2021

@github-actions github-actions bot added the @aws-cdk/aws-applicationautoscaling Related to AWS Application Auto Scaling label Dec 9, 2021
rix0rrr
rix0rrr previously approved these changes Dec 10, 2021
Copy link
Copy Markdown
Contributor

@comcalvi comcalvi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NVM, we don't need README changes for this one

@comcalvi comcalvi added the pr-linter/exempt-readme The PR linter will not require README changes label Dec 10, 2021
comcalvi
comcalvi previously approved these changes Dec 10, 2021
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Dec 10, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot dismissed stale reviews from rix0rrr and comcalvi December 10, 2021 18:38

Pull request has been modified.

@astrohome
Copy link
Copy Markdown
Contributor Author

I'm sorry, just pushed an example to the README file before seeing your comment. Let me know if that's okay.

@comcalvi
Copy link
Copy Markdown
Contributor

@astrohome More examples are good! Just add the newline at the end of the README file to please the linter.

@comcalvi comcalvi removed the pr-linter/exempt-readme The PR linter will not require README changes label Dec 10, 2021
@astrohome
Copy link
Copy Markdown
Contributor Author

Done!

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Dec 10, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: d569a53
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit 7f54ed6 into aws:master Dec 10, 2021
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Dec 10, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

TikiTDO pushed a commit to TikiTDO/aws-cdk that referenced this pull request Feb 21, 2022
…e Redis cluster (aws#17919)

Following the recently released support for autoscaling in ElastiCache Redis cluster, I'd like to use CDK in order to manage the infrastructure. The only required change is to introduce a new enum value for 'elasticache' key ([cloudformation doc](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalabletarget.html#cfn-applicationautoscaling-scalabletarget-servicenamespace)), however to improve dev experience I've introduced three new `PredefinedMetricType` following [cloudformation docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-predefinedmetricspecification.html#cfn-applicationautoscaling-scalingpolicy-predefinedmetricspecification-predefinedmetrictype)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

@aws-cdk/aws-applicationautoscaling Related to AWS Application Auto Scaling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants