Changed db instance class to t3
All checks were successful
AWS Deploy on Push / build (push) Successful in 9m5s
All checks were successful
AWS Deploy on Push / build (push) Successful in 9m5s
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user