Glue connections running out of IPs

0

We recently experienced an issue where our glue connection ran out of IP addresses inside the subnet that it was created in.

Error message:

AWS Glue Error: The specified subnet does not have enough free addresses to satisfy the request

This was due to too many workers/dpus being assigned to the jobs in a single subnet.

I have two questions:

  1. Since glue appears to take a list of connections, will it "roll-over" when one subnet is maxxed out and use the next connection in the list? (at least this is what it shows in Terraform module--a list argument)

  2. How many IP addresses does a G.2x worker use? Since its 2 dpu, does it use 2 IPs? Or is it variable?

질문됨 일 년 전495회 조회
2개 답변
2
수락된 답변
  1. No, all the cluster will be in a single subnet from a single connection.
  2. One per worker, doesn't matter if the worker is 1DPU or 8
profile pictureAWS
전문가
답변함 일 년 전
AWS
전문가
검토됨 일 년 전
0

I only know the answer to #2: each DPU (or node) consumes an IP. We have a subnet dedicated to Glue has as many IPs as our Glue DPU quota.

tjtoll
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠