Skip to content

Commit c7137c2

Browse files
committed
Prefer t3.small instances with 2GiB RAM
1 parent 885bebb commit c7137c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.deploy/terraform/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ resource "aws_elastic_beanstalk_configuration_template" "docs" {
189189
setting {
190190
namespace = "aws:autoscaling:launchconfiguration"
191191
name = "InstanceType"
192-
value = "t3.micro"
192+
value = "t3.small"
193193
}
194194
setting {
195195
namespace = "aws:autoscaling:launchconfiguration"

0 commit comments

Comments
 (0)