terraform-aws-postgresql-rds
terraform-aws-postgresql-rds copied to clipboard
aws-RDS-next proposed changes
- 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.