1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

Fix t1.micro bits

It's not a 0 bit instance. It's a 32bit instance.

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith 2018-08-02 16:14:29 -07:00
parent 1c1e845c7b
commit 7f059cd7ff

View file

@ -7,7 +7,7 @@ module Fog
{
:id => 't1.micro',
:name => 'Micro Instance',
:bits => 0,
:bits => 32,
:cores => 1,
:disk => 0,
:ram => 658,