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回答
1
承認された回答

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
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ