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: