Skip to content

Pipeline creation fails in DataProcessing due to timed out accessing the glue endpoint #94

Answered by zxkane
snjkumar23 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @snjkumar23 , the data processing stack will provisioning a glue data catalog for putting the processed clickstream data.

It requires accessing the endpoint of Glue. And the job will be periodically executed for creating the partitions of glue tables. So this function is placed on the private subnets when you configured the ingestion module.

And the web console does some network checking for NAT gateway if you specify the private subnets with NAT gateway or the isolated subnets with the required VPC endpoints used by the solution. But, we know an edge case might cause the error like you met,

  • the private subnets having NAT gateway and internet route to the NAT gateway
  • the VPC also conf…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by zxkane
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #87 on July 24, 2023 14:13.