Skip to content

feat(rds): allocatedStorage parameter for DatabaseInstanceReadReplica#28789

Merged
mergify[bot] merged 9 commits intoaws:mainfrom
aaythapa:rds-replica-storage-fix
Jan 24, 2024
Merged

feat(rds): allocatedStorage parameter for DatabaseInstanceReadReplica#28789
mergify[bot] merged 9 commits intoaws:mainfrom
aaythapa:rds-replica-storage-fix

Conversation

@aaythapa
Copy link
Copy Markdown
Contributor

Adding an optional allocatedStorage parameter to DatabaseInstanceReadReplica. Allows customers to set the AllocatedStorage for their replica instance.

Note: Didn't add any synth checks as the original deployment issue outlined in #17083 seems to be fixed (Deployed the failed template and the replica instance will automatically inherit the storage of the source instance). Customers should still be able to set allocatedStorage.

Closes #17083.


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

@aws-cdk-automation aws-cdk-automation requested a review from a team January 20, 2024 00:38
@github-actions github-actions bot added effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2 labels Jan 20, 2024
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Jan 20, 2024
@aaythapa aaythapa marked this pull request as ready for review January 20, 2024 02:48
@aws-cdk-automation aws-cdk-automation added the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Jan 20, 2024
GavinZZ
GavinZZ previously approved these changes Jan 23, 2024
Copy link
Copy Markdown
Member

@GavinZZ GavinZZ left a comment

Choose a reason for hiding this comment

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

LGTM

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Jan 23, 2024

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

@aws-cdk-automation aws-cdk-automation removed the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Jan 23, 2024
@GavinZZ GavinZZ dismissed their stale review January 23, 2024 01:16

Mergify will automatically merge main and merge PR. Let's change the README first.

@aws-cdk-automation aws-cdk-automation added the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Jan 23, 2024
@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 5cf2277
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

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

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Jan 24, 2024

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

@mergify mergify bot merged commit df8fbc4 into aws:main Jan 24, 2024
@aws-cdk-automation aws-cdk-automation removed the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Jan 24, 2024
@aaythapa aaythapa deleted the rds-replica-storage-fix branch January 24, 2024 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contribution/core This is a PR that came from AWS. 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 this pull request may close these issues.

(rds): set allocatedStorage with DatabaseInstanceReadReplica

3 participants