CREATE EXTERNAL TABLE IF NOT EXISTS YOUR_ATHENA_TABLE_NAME ( `type` string, `timestamp` string, `elb` string, `client_port` string, `target_port` string, `request_processing_time` double, `target_processing_time` double, `response_processing_time` double, `elb_response_code` int, `backend_response_code` int, `received_bytes` bigint, `sent_bytes` bigint, `request` string, `user_agent` string, `ssl_