Week 4 Capstone project part 1 Introduction to data engineering

ConnectTimeout: HTTPConnectionPool(host=‘ec2-3-229-34-63.compute-1.amazonaws.com’, port=80): Max retries exceeded with url: /users?start_date=2020-01-01&end_date=2020-01-31 (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f551405b1f0>, ‘Connection to ec2-3-229-34-63.compute-1.amazonaws.com timed out. (connect timeout=None)’))

i am not sure why i am getting this error in transfroming my glue extraction

4.1.7. You will get some outputs, in particular, you require the following three: glue_api_users_extract_job, glue_sessions_users_extract_job and glue_rds_extract_job. the rds runs ok but the other two dont

Hi,

Here’s what you’ll need to do:

  1. In the AWS Console, search for CloudFormation.
  2. Click on the stack with the alphanumeric name, then go to the Outputs tab.
  3. Find the key called APIEndpoint and copy the Value.

Now, open the Glue file located at terraform/modules/extract_job/glue.tf, and replace the <API_ENDPOINT> placeholders (you’ll see it in two places) with the value you copied.