Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
G
gitlab-com-infrastructure
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
18
Merge Requests
18
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
gitlab-com
gitlab-com-infrastructure
Commits
3a7adde4
Commit
3a7adde4
authored
Jun 11, 2019
by
Cameron McFarland
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweaking sizing.
parent
09055b22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
environments/aws-snowplow/main.tf
environments/aws-snowplow/main.tf
+3
-3
No files found.
environments/aws-snowplow/main.tf
View file @
3a7adde4
...
...
@@ -488,9 +488,9 @@ resource "aws_lb_target_group" "snowplow_collector_lb_target_group" {
// EC2 Auto Scaling Groups
resource
"aws_autoscaling_group"
"snowplow_collector_autoscaling_group"
{
launch_configuration
=
"
${
aws_launch_configuration
.
snowplow_collector_launch_config
.
id
}
"
max_size
=
"
12
"
max_size
=
"
24
"
min_size
=
"0"
desired_capacity
=
"
8
"
desired_capacity
=
"
12
"
target_group_arns
=
[
"
${
aws_lb_target_group
.
snowplow_collector_lb_target_group
.
id
}
"
,
...
...
@@ -529,7 +529,7 @@ resource "aws_autoscaling_group" "snowplow_collector_autoscaling_group" {
resource
"aws_autoscaling_group"
"snowplow_enricher_autoscaling_group"
{
launch_configuration
=
"
${
aws_launch_configuration
.
snowplow_enricher_launch_config
.
id
}
"
max_size
=
"
3
"
max_size
=
"
12
"
min_size
=
"0"
desired_capacity
=
"3"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment