This commit is contained in:
Jun-te Kim 2026-02-27 11:59:02 +00:00
parent 60c6873b37
commit bf86dd659e

View file

@ -85,6 +85,12 @@ resource "aws_db_instance" "default" {
apply_immediately = true
# Set up storage type to gp3 for better performance
storage_type = "gp3"
# Automated backups configuration
backup_retention_period = 14
backup_window = "03:00-04:00"
copy_tags_to_snapshot = true
deletion_protection = true
}
# Set up the bucket that recieve the csv uploads of epc to be retrofit