Skip to content

Commit

Permalink
docs: add autoscaler AWS retry_attempts config (#19549)
Browse files Browse the repository at this point in the history
Document the Nomad Autoscaler AWS target plugin config `retry_attempts`.
  • Loading branch information
lgfa29 authored Jan 2, 2024
1 parent 56b1bf3 commit 7eecca6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/content/tools/autoscaling/plugins/target/aws-asg.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ target "aws-asg" {
the [standard credential chain][aws_sdk_creds] will be followed. If set to
"ec2_role" credentials will be retrieved from the EC2 instance role.

- `retry_attempts` `(int: "15")` - The number of attempts to make while waiting
for the cluster to stabilize after a scaling action. It may need to be tuned
up if errors such as `failed to ensure all activities completed` occur.

### Nomad ACL

When using a Nomad cluster with ACLs enabled, the plugin will require an ACL
Expand Down

0 comments on commit 7eecca6

Please sign in to comment.