Skip to content

Commit

Permalink
Changed instance type to m5 large
Browse files Browse the repository at this point in the history
[#154147071]

Signed-off-by: Michael Tang <mitang@pivotal.io>
  • Loading branch information
mdelillo authored and mltang64 committed Feb 2, 2018
1 parent 1fb4c9f commit 11d64bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/packer/config/aws.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def provisioners
private
def instance_type
if @os == 'windows2016'
return 't2.large'
return 'm5.large'
end

return 'm4.xlarge'
Expand Down
2 changes: 1 addition & 1 deletion spec/packer/config/aws_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
'secret_key' => 'secretkey',
'region' => 'region1',
'source_ami' => 'baseami1',
'instance_type' => 't2.large',
'instance_type' => 'm5.large',
'vpc_id' => 'vpc1',
'subnet_id' => 'subnet1',
'associate_public_ip_address' => true,
Expand Down

0 comments on commit 11d64bc

Please sign in to comment.