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 Antwort
1
Akzeptierte Antwort

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
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen