awsdocs/aws-glue-developer-guide

Resource Unavailable

KelvisGama opened this issue · 2 comments

Why sometimes I'm getting Resource Unavailable for all my jobs?

It happened on day before yesterday and today. I don't changed anything in my jobs or in my infrastructure and when it happens, the Glue does not generate any logs.

Any suggestions?

Hi, you can try asking this question in the Glue forum, https://forums.aws.amazon.com/forum.jspa?forumID=262.

Thanks,
Eric

I have recently struggled with Resource Unavailable thrown by Glue Job

Also i was not able to make a direct connection in Glue using RDS -it said "no suitable security group found"

I faced this issue while trying to connect with AWS RDS using Glue Job.

The problem was with the Security Group that the RDS was using. There is a need to place a self referencing inbound rule in the Security Group.

For those who dont know what is self referencing inbound rule, follow the steps

  1. Go to the Security Group you are using (VPC -> Security Group)

  2. In the Inbound Rules select Edit Inbound Rules

  3. Add a Rule

a) Type - All Traffic b) Protocol - All c) Port Range - ALL d) Source - custom and in space available write the initial of your security group and select it. e) Save it.

Its done !

if you were missing this condition in your Security Group Inbound Rules

Try creating the connection you will be able to create the connection.

Also job should work this time.