Skip to content

Commit 0374f61

Browse files
authored
Increate MinSize of the autoscaling group to 2
1 parent f0f6c9f commit 0374f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.deploy/terraform/main.tf

+2-2
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.small"
192+
value = "t3.micro"
193193
}
194194
setting {
195195
namespace = "aws:autoscaling:launchconfiguration"
@@ -235,7 +235,7 @@ resource "aws_elastic_beanstalk_configuration_template" "docs" {
235235
setting {
236236
namespace = "aws:autoscaling:asg"
237237
name = "MinSize"
238-
value = "1"
238+
value = "2"
239239
}
240240
setting {
241241
namespace = "aws:autoscaling:asg"

0 commit comments

Comments
 (0)