Skip to content

Commit

Permalink
machine_types: go formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shamil committed Nov 8, 2017
1 parent 304d722 commit a99844f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions upup/pkg/fi/cloudup/awsup/machine_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ var MachineTypes []AWSMachineTypeInfo = []AWSMachineTypeInfo{
Cores: 32,
EphemeralDisks: nil,
},

// c5 family
{
Name: "c5.large",
Expand Down Expand Up @@ -315,15 +315,15 @@ var MachineTypes []AWSMachineTypeInfo = []AWSMachineTypeInfo{
ECU: 139,
Cores: 36,
EphemeralDisks: nil,
},
},
{
Name: "c5.18xlarge",
MemoryGB: 144,
ECU: 278,
Cores: 72,
EphemeralDisks: nil,
},
},

// cc2 family
{
Name: "cc2.8xlarge",
Expand Down

0 comments on commit a99844f

Please sign in to comment.