Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #809 from bgilbert/m4
Browse files Browse the repository at this point in the history
cmd/kola: switch default AWS instance type to m4.large
  • Loading branch information
bgilbert authored Feb 6, 2018
2 parents 2d2bc90 + aadfe5e commit c17b984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kola/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func init() {
sv(&kola.AWSOptions.Region, "aws-region", defaultRegion, "AWS region")
sv(&kola.AWSOptions.Profile, "aws-profile", "default", "AWS profile name")
sv(&kola.AWSOptions.AMI, "aws-ami", "alpha", `AWS AMI ID, or (alpha|beta|stable) to use the latest image`)
sv(&kola.AWSOptions.InstanceType, "aws-type", "t2.small", "AWS instance type")
sv(&kola.AWSOptions.InstanceType, "aws-type", "m4.large", "AWS instance type")
sv(&kola.AWSOptions.SecurityGroup, "aws-sg", "kola", "AWS security group name")
sv(&kola.AWSOptions.IAMInstanceProfile, "aws-iam-profile", "kola", "AWS IAM instance profile name")

Expand Down

0 comments on commit c17b984

Please sign in to comment.