From 404fde4aefe56d22fcb2b1c5c459d51edd644ff0 Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 20 Dec 2024 15:59:36 -0500 Subject: [PATCH] update asg tag --- aws/documentation/gov-funding-lapse/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/aws/documentation/gov-funding-lapse/README.md b/aws/documentation/gov-funding-lapse/README.md index e86019d7..6b1f47e3 100644 --- a/aws/documentation/gov-funding-lapse/README.md +++ b/aws/documentation/gov-funding-lapse/README.md @@ -63,12 +63,21 @@ This is optional. Set this value to `true` if the resource (EC2, RDS, EKS, ECS * gfl_asg_details -This is optional, and will likely be set through automated scripts which find autoscaling gropus. It will be a JSON object looking like: +This is optional, and will likely be set through automated scripts which find autoscaling gropus. It should be a JSON object looking like: ```json { "min": N, "max": N, "desired": N, "timestamp": "{iso-timestamp}" } ``` +However, we are having problems getting that tag value set on the ASG. As such, we will use: + +```txt +min:N max:N desired:N timestamp:{iso-timestamp} +``` + +However, we are having problems getting that tag value set on the ASG. As such, we will use: + + ## Who is doing what? The following areas are covering their own systems: