[
{
"id": 6,
"name": "AMD Small",
"architecture": "amd",
"default_driver_from_this_architecture": true,
"shape": "VM.Standard.E3.Flex",
"ocpus": 1,
"memory_gb": 8,
"recommended_file_size_gb": "10.00",
"final_cost_per_hour": "0.14"
},
{
"id": 7,
"name": "AMD Medium",
"architecture": "amd",
"default_driver_from_this_architecture": false,
"shape": "VM.Standard.E3.Flex",
"ocpus": 2,
"memory_gb": 16,
"recommended_file_size_gb": "25.00",
"final_cost_per_hour": "0.27"
},
{
"id": 8,
"name": "AMD Large",
"architecture": "amd",
"default_driver_from_this_architecture": false,
"shape": "VM.Standard.E3.Flex",
"ocpus": 4,
"memory_gb": 32,
"recommended_file_size_gb": "45.00",
"final_cost_per_hour": "0.54"
},
{
"id": 3,
"name": "Intel Small",
"architecture": "intel",
"default_driver_from_this_architecture": true,
"shape": "VM.Standard2.1",
"ocpus": 1,
"memory_gb": 15,
"recommended_file_size_gb": "15.00",
"final_cost_per_hour": "0.23"
},
{
"id": 4,
"name": "Intel Medium",
"architecture": "intel",
"default_driver_from_this_architecture": false,
"shape": "VM.Standard2.2",
"ocpus": 2,
"memory_gb": 30,
"recommended_file_size_gb": "30.00",
"final_cost_per_hour": "0.44"
},
{
"id": 5,
"name": "Intel Large",
"architecture": "intel",
"default_driver_from_this_architecture": false,
"shape": "VM.Standard2.4",
"ocpus": 4,
"memory_gb": 60,
"recommended_file_size_gb": "60.00",
"final_cost_per_hour": "0.84"
}
]