upgrade database instance power

This commit is contained in:
Khalim Conn-Kowlessar 2026-01-13 19:22:40 +00:00
parent 6436518da9
commit 1ef909e87a

View file

@ -87,6 +87,8 @@ resource "aws_db_instance" "default" {
apply_immediately = true
# Set up storage type to gp3 for better performance
storage_type = "gp3"
# Instance size
instance_class = "db.t4g.medium"
}
# Set up the bucket that recieve the csv uploads of epc to be retrofit