From 9adf34f01999387c59872428d259d00d01c671d1 Mon Sep 17 00:00:00 2001 From: james00012 Date: Wed, 1 Oct 2025 22:25:07 -0400 Subject: [PATCH] docs: update README to reflect tag support for ECS services and launch templates Update the resource support table to indicate that ECS services and EC2 launch templates now support tag filtering following the fixes in PR #942. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd578eec..b770e2a4 100644 --- a/README.md +++ b/README.md @@ -641,7 +641,7 @@ of the file that are supported are listed here. | ec2-endpoint | EC2Endpoint | ✅ (Endpoint Name) | ✅ (Creation Time) | ✅ | ✅ | | ecr | ECRRepository | ✅ (Repository Name) | ✅ (Creation Time) | ❌ | ✅ | | ecscluster | ECSCluster | ✅ (Cluster Name) | ✅ (First Seen Tag Time) | ✅ | ✅ | -| ecsserv | ECSService | ✅ (Service Name) | ✅ (Creation Time) | ❌ | ✅ | +| ecsserv | ECSService | ✅ (Service Name) | ✅ (Creation Time) | ✅ | ✅ | | ekscluster | EKSCluster | ✅ (Cluster Name) | ✅ (Creation Time) | ✅ | ✅ | | elb | ELBv1 | ✅ (Load Balancer Name) | ✅ (Created Time) | ❌ | ✅ | | elbv2 | ELBv2 | ✅ (Load Balancer Name) | ✅ (Created Time) | ❌ | ✅ | @@ -670,7 +670,7 @@ of the file that are supported are listed here. | kinesis-firehose | KinesisFirehose | ✅ (Delivery Stream Name) | ❌ | ❌ | ✅ | | lambda | LambdaFunction | ✅ (Function Name) | ✅ (Last Modified Time) | ✅ | ✅ | | lc | LaunchConfiguration | ✅ (Launch Configuration Name) | ✅ (Created Time) | ❌ | ✅ | -| lt | LaunchTemplate | ✅ (Launch Template Name) | ✅ (Created Time) | ❌ | ✅ | +| lt | LaunchTemplate | ✅ (Launch Template Name) | ✅ (Created Time) | ✅ | ✅ | | macie-member | MacieMember | ❌ | ✅ (Creation Time) | ❌ | ✅ | | msk-cluster | MSKCluster | ✅ (Cluster Name) | ✅ (Creation Time) | ❌ | ✅ | | managed-prometheus | ManagedPrometheus | ✅ (Workspace Alias) | ✅ (Creation Time) | ✅ | ✅ |