terraform-aws-postgresql-rds icon indicating copy to clipboard operation
terraform-aws-postgresql-rds copied to clipboard

aws-RDS-next proposed changes

Open BryanQuigley opened this issue 3 years ago • 0 comments

  • Enable Performance Insights by default
  • Stop supporting unencrypted storage. Generally the performance impact should be negligible.
  • Remove "Enhanced Monitoring" support - it's marginally more expensive but just provides used space (in enhanced) vs free space (in normal). Our implementation is also not great.
  • Default to not exporting logs to cloudwatch (in DB they just charge a large extra charge and you can view logs in DB directly). - Or remove this capability.

Review our projects and see what settings they are actually using.

BryanQuigley avatar Oct 11 '22 20:10 BryanQuigley