in instance_types.py [0:0]
def basic_info(instance_type):
response = full_info(instance_type)
architecture = response['ProcessorInfo']['SupportedArchitectures'][0]
vcpu = response['VCpuInfo']['DefaultVCpus']
mb = response['MemoryInfo']['SizeInMiB']
instance_storage = response['InstanceStorageSupported']
return architecture, vcpu, mb, instance_storage