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

Merge pull request #449 from SelfDeploy/fix/c1xlarge_cpu_count

Fix c1.xlarge cpu count
This commit is contained in:
Wesley Beary 2018-06-20 09:20:30 -05:00 committed by GitHub
commit bdd3da6c82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,7 +138,7 @@ module Fog
:id => 'c1.xlarge',
:name => 'High-CPU Extra Large',
:bits => 64,
:cores => 20,
:cores => 8,
:disk => 1690,
:ram => 7168,
:ebs_optimized_available => true,