Skip to content

Commit

Permalink
feat(rds): allocatedStorage parameter for DatabaseInstanceReadReplica (
Browse files Browse the repository at this point in the history
…#28789)

Adding an optional `allocatedStorage` parameter to DatabaseInstanceReadReplica. Allows customers to set the [AllocatedStorage](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-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*
  • Loading branch information
aaythapa committed Jan 24, 2024
1 parent bbb9555 commit df8fbc4
Show file tree
Hide file tree
Showing 14 changed files with 2,511 additions and 0 deletions.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit df8fbc4

Please sign in to comment.