Skip to content

Commit

Permalink
default value is changed from standard to gp2 for --ebs-volume-type and
Browse files Browse the repository at this point in the history
description is changed

Signed-off-by: dheerajd-msys <[email protected]>
  • Loading branch information
dheerajd-msys committed Dec 13, 2016
1 parent 90f5c30 commit b68eeca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/chef/knife/ec2_server_create.rb
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@ class Ec2ServerCreate < Knife

option :ebs_volume_type,
:long => "--ebs-volume-type TYPE",
:description => "Standard or Provisioned (io1) IOPS or General Purpose (gp2)",
:description => "Possible values are standard (magnetic) | io1 | gp2 | sc1 | st1. Default is gp2",
:proc => Proc.new { |key| Chef::Config[:knife][:ebs_volume_type] = key },
:default => "standard"
:default => "gp2"

option :ebs_provisioned_iops,
:long => "--provisioned-iops IOPS",
Expand Down

0 comments on commit b68eeca

Please sign in to comment.