Skip to content

Commit

Permalink
aws: Increase the default master disk size to 120gb io1 / 400 iops fo…
Browse files Browse the repository at this point in the history
…r more io

Cost per month from 9->13, io from 360->480 iops. We are seeing etcd
timeouts at 200 iops sustained, this gives us a bit more headroom.
  • Loading branch information
smarterclayton committed Jan 15, 2019
1 parent 63bdb7f commit 8901a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/data/aws/bootstrap/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ variable "ignition" {

variable "instance_type" {
type = "string"
default = "m4.large"
default = "m4.xlarge"
description = "The EC2 instance type for the bootstrap node."
}

Expand Down
2 changes: 1 addition & 1 deletion data/data/aws/variables-aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ EOF

variable "aws_master_root_volume_type" {
type = "string"
default = "gp2"
default = "io1"
description = "The type of volume for the root block device of master nodes."
}

Expand Down

0 comments on commit 8901a31

Please sign in to comment.