From e280cb5697592761510525fe8b20f4a7d23fcd8f Mon Sep 17 00:00:00 2001 From: RT <35173068+rtcms@users.noreply.github.com> Date: Tue, 19 Mar 2024 00:36:24 -0400 Subject: [PATCH] Added ECS Task metadata endpoint Sometimes, a Github Runner can run inside a ECS Task and this metadata can be used to fetch the respective Variables Ref: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-metadata-endpoint-v2.html --- src/intercept.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/intercept.py b/src/intercept.py index 46d2a54..29a7e45 100644 --- a/src/intercept.py +++ b/src/intercept.py @@ -94,6 +94,10 @@ description: 'Needed for instance metadata' destination: '169.254.169.254' action: 'allow' +- name: 'Reqd for instance metadata' + description: 'Needed for instance metadata' + destination: '169.254.170.2' + action: 'allow' """