I have this error when applying terraform apply and see the glue job status in console:
ConnectionError: HTTPConnectionPool(host=‘ec2-23-23-26-63.compute-1.amazonaws.com’, port=80): Max retries exceeded with url: /sessions?start_date=2020-01-01&end_date=2020-01-31 (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0x7f16172cb9d0>: Failed to establish a new connection: [Errno 111] Connection refused’))
What happen?
Thank you