You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -601,9 +601,15 @@ back- end instances. Accepts a hash with the following keys:
601
601
##### `load_balancers`
602
602
*Optional* A list of load balancer names that should be attached to this autoscaling group.
603
603
604
+
##### `target_groups`
605
+
*Optional* A list of ELBv2 Target Group names that should be attached to this autoscaling group.
606
+
604
607
##### `subnets`
605
608
*Optional* The subnets to associate with the autoscaling group.
606
609
610
+
##### `termination_policies`
611
+
*Optional* A list of termination policies to use when scaling in instances. For valid termination policies, see [Controlling Which Instances Auto Scaling Terminates During Scale In](http://docs.aws.amazon.com/autoscaling/latest/userguide/as-instance-termination.html).
612
+
607
613
#####`tags`
608
614
*Optional* The tags to assign to the autoscaling group. Accepts a 'key => value' hash of tags. The tags are not propagated to launched instances.
0 commit comments