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 CloudWatch logging to RDS instance #3883

Closed
wants to merge 1 commit into from
Closed

Conversation

BrianEllwood
Copy link
Contributor

@BrianEllwood BrianEllwood commented Mar 27, 2024

Pull Request Objective

This piece of work is being tracked in this GitHub Issue.

While investigating issue 3193 we could not look at the metrics in CloudWatch as the metrics were only available for a short period, I have since found that this information is available via the RDS console for 15 months. Unfortunately the RDS error logs are only retained for 3 days, which is the default. We could increase the rds.log_retention_period but thais could cause issues with spaces on the RDS instance and has a maximum of 7 days which would not have helped the previous investigation.

This piece of work is so we can store our PostgreSQL log records in Amazon CloudWatch Logs

Checklist

  • I have reviewed the style guide and ensured that my code complies with it
  • All checks have passed (or override label applied, if I've used the override-static-analysis label, I've explained why)
  • I have self-reviewed my code
  • I have reviewed the checks and can attest they're as expected

Additional Comments

Can the reviewer please confirm that this is an appropriate approach to resolving this issue

Copy link
Contributor

Terraform Component 🧱: aws-analytical-platform-development-cluster

Checkov 🛂: failure

Trivy 🛂: failure

Static Analysis Override Label 🏷️: false

Pusher: @BrianEllwood, Action: pull_request, Working Directory: terraform/aws/analytical-platform-development/cluster, Workflow: Terraform, Marker: aws-analytical-platform-development-cluster_static_analysis

Copy link
Contributor

Terraform Component 🧱: aws-analytical-platform-development-cluster

Terraform Initialization ⚙️: success

Terraform Validation 🤖: success

Terraform Plan 🛠️: success

Pusher: @BrianEllwood, Action: pull_request, Working Directory: terraform/aws/analytical-platform-development/cluster, Workflow: Terraform, Marker: aws-analytical-platform-development-cluster_plan

@jacobwoffenden jacobwoffenden deleted the rds_logging_3324 branch May 9, 2024 14:42
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.

1 participant