AWS Glue Security Group error confusing

0

I am receiving the following error from a glue job I am trying to run:

JobName:... and JobRunId:... failed to execute with exception At least one security group must open all egress ports.To limit traffic, the source security group in your outbound rule can be restricted to the same security group (Service: AWSGlueJobExecutor ...

I have verified that creating an outbound rule for ALL Traffic, All Ports, and Destination 0.0.0.0/0 resolves the problem, but I would ideally like to restrict the traffic as much as possible, and I am stuck on the second part of the error where it claims

To limit traffic, the source security group in your outbound rule can be restricted to the same security group

Problem is, last time I checked, outbound (egress) security group rules don't have a "source", they have a "destination".

Am I missing something here, or is the error message problematic?

1 Answer
1
Accepted Answer

Hrmmm... OK, I can confirm that if you set the Destination Security Group ID to the same security group in the outbound rule, the issue is also resolved... Guessing this is just an issue with the error message.

profile picture
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions