diff --git a/.ebextensions/03-general-options.config b/.ebextensions/03-general-options.config index aecd348..017eabf 100644 --- a/.ebextensions/03-general-options.config +++ b/.ebextensions/03-general-options.config @@ -3,8 +3,8 @@ option_settings: EnvironmentType: SingleInstance aws:rds:dbinstance: DBEngine: postgres - DBInstanceClass: "db.t2.micro" - DBAllocatedStorage: 5 + DBInstanceClass: "db.t2.small" + DBAllocatedStorage: 6 DBUser: strapi aws:ec2:instances: InstanceTypes: "t2.micro"