You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to replicate your solution but I am having issues. I do not have your virtualenv_python.zip file so I can't replicate exactly but I can't connect to ECS with the included boto3. Based on the error logs, It seems like the glue ETL job is creating instances inside of my default VPC (which has an internet gateway attached and public ips auto assigned). It seems like the instances Glue creates do not have external network access. I get an exception like the following:
botocore.vendored.requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='ecs.us-east-1.amazonaws.com', port=443): Max retries exceeded with url: / (Caused by ConnectTimeoutError(<botocore.awsrequest.AWSHTTPSConnection object at 0x7fa488baa610>, 'Connection to ecs.us-east-1.amazonaws.com timed out. (connect timeout=60)'))
I have tried attaching the appropriate EC2Cotainer policies to the glue service role and I have tried just passing an ACCESS_KEY and SECRET_KEY directly to boto3, but I have had no luck.
How did you get yours to work?
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to replicate your solution but I am having issues. I do not have your virtualenv_python.zip file so I can't replicate exactly but I can't connect to ECS with the included boto3. Based on the error logs, It seems like the glue ETL job is creating instances inside of my default VPC (which has an internet gateway attached and public ips auto assigned). It seems like the instances Glue creates do not have external network access. I get an exception like the following:
botocore.vendored.requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='ecs.us-east-1.amazonaws.com', port=443): Max retries exceeded with url: / (Caused by ConnectTimeoutError(<botocore.awsrequest.AWSHTTPSConnection object at 0x7fa488baa610>, 'Connection to ecs.us-east-1.amazonaws.com timed out. (connect timeout=60)'))
I have tried attaching the appropriate EC2Cotainer policies to the glue service role and I have tried just passing an ACCESS_KEY and SECRET_KEY directly to boto3, but I have had no luck.
How did you get yours to work?
The text was updated successfully, but these errors were encountered: