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,