Skip to content
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

add state/rds-aurora-serverless-v2-postgres.yaml #735

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ab77
Copy link
Contributor

@ab77 ab77 commented Feb 7, 2024

(Override all values in parentheses)

(Run yamllint folder/template.yaml, cfn-lint -i E1019 E3002 E2520 -t folder/template.yaml, and aws cloudformation validate-template --template-body file://folder/template.yaml before you open a PR)

(Do not include multiple changes in one PR. Open additional PRs instead.)


This the Aurora Serverless v2 PostgreSQL template, based off your v1, but with some additional useful features we typically use in production (e.g. exports, metrics and custom param. groups). I considered updating v1 with additional conditionals to make a "v2 toggle", but ended up settling on a separate template. I deployed this in a test environment with and without snapshot, so at least it deploys and creates a small v2 cluster. Let me know your thoughts..

P.S. I didn't end up using the built-in managed user/pass secrets (i.e. ManageMasterUserPassword and MasterUserSecret) since you already have a separate stack for that.

@ab77 ab77 force-pushed the ab77/aurora-serverless-v2-postgres branch 2 times, most recently from 370bdfe to c0cff45 Compare February 8, 2024 18:40
@michaelwittig
Copy link
Contributor

Hi @ab77 Do you consider this PR "done" or is it work in progress?

@ab77
Copy link
Contributor Author

ab77 commented Feb 12, 2024

Hi @ab77 Do you consider this PR "done" or is it work in progress?

@michaelwittig with the addition of DBInstanceB (HA), it is done.

@ab77 ab77 force-pushed the ab77/aurora-serverless-v2-postgres branch from c0cff45 to 20d22ca Compare February 12, 2024 15:18
@ab77 ab77 force-pushed the ab77/aurora-serverless-v2-postgres branch from 20d22ca to f1b3426 Compare February 13, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants