Skip to content

Commit

Permalink
update asg tag
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 20, 2024
1 parent 1bc5e3d commit 404fde4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion aws/documentation/gov-funding-lapse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 404fde4

Please sign in to comment.