in instance_types.py [0:0]
def full_info(instance_type): response = client.describe_instance_types( InstanceTypes=[instance_type] ) return response['InstanceTypes'][0]