Skip to content

Commit

Permalink
Increate MinSize of the autoscaling group to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry authored Jun 3, 2022
1 parent f0f6c9f commit 0374f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .deploy/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ resource "aws_elastic_beanstalk_configuration_template" "docs" {
setting {
namespace = "aws:autoscaling:launchconfiguration"
name = "InstanceType"
value = "t3.small"
value = "t3.micro"
}
setting {
namespace = "aws:autoscaling:launchconfiguration"
Expand Down Expand Up @@ -235,7 +235,7 @@ resource "aws_elastic_beanstalk_configuration_template" "docs" {
setting {
namespace = "aws:autoscaling:asg"
name = "MinSize"
value = "1"
value = "2"
}
setting {
namespace = "aws:autoscaling:asg"
Expand Down

0 comments on commit 0374f61

Please sign in to comment.