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

BFD-3761: Enable RDS observability features for RDS Autoscaling Reader Nodes #2517

Merged
merged 4 commits into from
Jan 14, 2025

Conversation

malessi
Copy link
Contributor

@malessi malessi commented Jan 3, 2025

JIRA Ticket:
BFD-3761

What Does This PR Do?

This PR updates our IaC to enable Cluster-level Performance Insights and Enhanced Monitoring for our RDS DB Instances. As these observability features have been enabled at the Cluster-level, autoscaled reader Instances will inherit these settings and be created with Performance Insights and Enhanced Monitoring enabled.

Note that, once this PR is merged, we will need to manually enable both Performance Insights and Enhanced Monitoring at the Cluster level for our established Clusters. This is necessary, as the latest Terraform AWS Provider does not properly support enabling both Performance Insights and Enhanced Monitoring for Aurora Clusters. This will only need to be done once, and then if we must re-create any of our Clusters the changes in this PR will automatically enable Performance Insights and Enhanced Monitoring.

What Should Reviewers Watch For?

If you're reviewing this PR, please check for these things in particular:

What Security Implications Does This PR Have?

Please indicate if this PR does any of the following:

  • Adds any new software dependencies

  • Modifies any security controls

  • Adds new transmission or storage of data

  • Any other changes that could possibly affect security?

  • I have considered the above security implications as it relates to this PR. (If one or more of the above apply, it cannot be merged without the ISSO or team security engineer's (@sb-benohe) approval.)

Validation

Have you fully verified and tested these changes? Is the acceptance criteria met? Please provide reproducible testing instructions, code snippets, or screenshots as applicable.

  • terraform applying these changes to the ephemeral environment 3761-test, verifying that:
    • All changes are applied without errors
    • The Cluster is created with Performance Insights and Enhanced Monitoring enabled at the Cluster level with the appropriate configuration
  • Scaling-out a new Reader in 3761-test, verifying that:
    • The new Reader has Performance Insights and Enhanced Monitoring enabled on creation
    • It is possible to view the Reader's Performance Insights and Enhanced Monitoring

@malessi malessi changed the title BFD-3761: Enable Performance Insights for RDS Autoscaling Reader Nodes BFD-3761: Enable RDS observability features for RDS Autoscaling Reader Nodes Jan 3, 2025
@malessi malessi merged commit 67c123e into master Jan 14, 2025
7 checks passed
@malessi malessi deleted the alessio/BFD-3761__enable-rds-observability-at-cluster branch January 14, 2025 16:00
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.

4 participants