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

Support RDS Aurora PostgreSQL database #81

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

Support RDS Aurora PostgreSQL database #81

wants to merge 1 commit into from

Conversation

vastin
Copy link
Contributor

@vastin vastin commented Dec 20, 2024

Description of changes:
Use Aurora PostgreSQL for EKS demo with CloudWatch Database Insights.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Member

@pxaws pxaws left a comment

Choose a reason for hiding this comment

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

Could you add a documentation to demonstrate how customers can see the integration with database insight?

# Create the DB cluster using the new DB subnet group
db_cluster_identifier="petclinic-python"
master_username="djangouser"
master_password="asdfqwer"
Copy link
Member

Choose a reason for hiding this comment

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

Can we use secret manger to generate the password? Hardcoding the password is not a best practice.

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.

2 participants