From b1cd6050a688088e44d6101d04abdaaad83f5b5d Mon Sep 17 00:00:00 2001 From: RT <35173068+rtcms@users.noreply.github.com> Date: Tue, 19 Mar 2024 00:37:48 -0400 Subject: [PATCH] Fix Name and Description --- src/intercept.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/intercept.py b/src/intercept.py index 29a7e45..3f6543e 100644 --- a/src/intercept.py +++ b/src/intercept.py @@ -94,8 +94,8 @@ description: 'Needed for instance metadata' destination: '169.254.169.254' action: 'allow' -- name: 'Reqd for instance metadata' - description: 'Needed for instance metadata' +- name: 'Reqd for ECS metadata' + description: 'Needed for ECS metadata' destination: '169.254.170.2' action: 'allow' """