From c6f7e9cb2bded48863e34ef6c574f26630e6909a Mon Sep 17 00:00:00 2001 From: Stefano Date: Wed, 21 May 2025 14:32:22 -0500 Subject: [PATCH] Changed db instance class to t3 --- infrastructure/stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/stack.py b/infrastructure/stack.py index 197f07b..1d2fafd 100644 --- a/infrastructure/stack.py +++ b/infrastructure/stack.py @@ -201,7 +201,7 @@ class IptvUpdaterStack(Stack): version=rds.PostgresEngineVersion.VER_13 ), instance_type=ec2.InstanceType.of( - ec2.InstanceClass.BURSTABLE2, + ec2.InstanceClass.T3, ec2.InstanceSize.MICRO ), vpc=vpc,