-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[rds] Add more 11.9 for AuroraPostgresEngineVersionmodule #12266
Labels
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Comments
1davidmichael
added
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
labels
Dec 29, 2020
1davidmichael
pushed a commit
to 1davidmichael/aws-cdk
that referenced
this issue
Dec 29, 2020
closes aws#12266 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1davidmichael
pushed a commit
to 1davidmichael/aws-cdk
that referenced
this issue
Dec 29, 2020
closes aws#12266 This change adds support for `AuroraPostgresEngineVersion` version 11.9 used for db.r6g instance types Aurora. https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-amazon-aurora-r6g-instance-types-powered-by-aws-graviton-2-processors-in-preview/ ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1davidmichael
pushed a commit
to 1davidmichael/aws-cdk
that referenced
this issue
Dec 29, 2020
closes aws#12266 This change adds support for `AuroraPostgresEngineVersion` version 11.9 used for db.r6g instance types Aurora. https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-amazon-aurora-r6g-instance-types-powered-by-aws-graviton-2-processors-in-preview/
mergify bot
pushed a commit
that referenced
this issue
Dec 29, 2020
closes #12266 This change adds support for `AuroraPostgresEngineVersion` version 11.9 used for db.r6g instance types Aurora. https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-amazon-aurora-r6g-instance-types-powered-by-aws-graviton-2-processors-in-preview/ ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
flochaz
pushed a commit
to flochaz/aws-cdk
that referenced
this issue
Jan 5, 2021
closes aws#12266 This change adds support for `AuroraPostgresEngineVersion` version 11.9 used for db.r6g instance types Aurora. https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-amazon-aurora-r6g-instance-types-powered-by-aws-graviton-2-processors-in-preview/ ---- *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
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Currently, a new version of Aurora Postgres Engine is available, 11.9. However, this is not supported by the CDK
AuroraPostgresEngineVersion
enum yet.Use Case
This
AuroraPostgresEngineVersion
of 11.9 is required to utilize the newest db.r6g instances in preview with the CDK.https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-amazon-aurora-r6g-instance-types-powered-by-aws-graviton-2-processors-in-preview/
Proposed Solution
I will provide a PR for this:
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: