-
Notifications
You must be signed in to change notification settings - Fork 34
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
Aurora Global Database Setup and other updates #2
Conversation
catcharbind
commented
Jul 9, 2021
- Aurora Global database setup across 2 AWS regions
- Setup for both Aurora PostgreSQL and MySQL
- Parameter groups
- Enhanced Monitoring
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 not reference aws-quickstart, everything should be pointed to aws-ia
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.
By default it create the global db. I suggest we create two entry points in the deploy folder deploy/standard_db and deploy/global_db the current main should move into that folder. I have also updated the vpc module with create_vpc. With option we could potentialy keep a single entry point under deploy
Resource |
…ated VPC module version to create vpc conditionally.
Updated setup_globaldb and storage_encrypted to false by default. Updated VPC module version to create vpc conditionally. |