mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
turn on rds performance insights
This commit is contained in:
parent
b1406bb482
commit
0718533d3a
1 changed files with 4 additions and 0 deletions
|
|
@ -81,6 +81,10 @@ resource "aws_db_instance" "default" {
|
||||||
publicly_accessible = true
|
publicly_accessible = true
|
||||||
# Specify the CA certificate with the default RDS CA certificate
|
# Specify the CA certificate with the default RDS CA certificate
|
||||||
ca_cert_identifier = "rds-ca-rsa2048-g1"
|
ca_cert_identifier = "rds-ca-rsa2048-g1"
|
||||||
|
|
||||||
|
# Performance Insights (7-day retention is free)
|
||||||
|
performance_insights_enabled = true
|
||||||
|
performance_insights_retention_period = 7
|
||||||
# Temporary to enfore immediate change
|
# Temporary to enfore immediate change
|
||||||
apply_immediately = true
|
apply_immediately = true
|
||||||
# Set up storage type to gp3 for better performance
|
# Set up storage type to gp3 for better performance
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue