-
Notifications
You must be signed in to change notification settings - Fork 1
Add DatabaseReplica component #17
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
Conversation
| }>; | ||
| }; | ||
|
|
||
| const defaults = { |
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.
@ikovac should I put defaults from this and the Database component to constants file and reuse or do we want to have them separate? I just noticed we have skipFinalSnapshot here which does not apply to replica.
Also, based on our offline talk, replicas can have multiAz too.
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 think we can keep them separate
ikovac
left a comment
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.
Please just fix docs and we can merge it. Thanks! 🙌
README.md
Outdated
| The database password is stored as a secret inside AWS Secret Manager. | ||
| The secret will be available on the `Database` resource as `password.secret`. | ||
|
|
||
| ### Database |
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.
Database replica?
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.
👍 🤦
README.md
Outdated
| AWS RDS Postgres instance. | ||
|
|
||
| Features: | ||
|
|
||
| - enabled encryption with a symmetric encryption key | ||
| - deployed inside an isolated subnet | ||
| - backup enabled with retention period set to 14 days |
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.
Do we also need to update the description?
| }>; | ||
| }; | ||
|
|
||
| const defaults = { |
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 think we can keep them separate
No description provided.