autoscaling_attach_traffic_sources: Attaches one or more traffic sources to the specified Auto...

View source: R/autoscaling_operations.R

autoscaling_attach_traffic_sourcesR Documentation

Attaches one or more traffic sources to the specified Auto Scaling group

Description

Attaches one or more traffic sources to the specified Auto Scaling group.

See https://www.paws-r-sdk.com/docs/autoscaling_attach_traffic_sources/ for full documentation.

Usage

autoscaling_attach_traffic_sources(
  AutoScalingGroupName,
  TrafficSources,
  SkipZonalShiftValidation = NULL
)

Arguments

AutoScalingGroupName

[required] The name of the Auto Scaling group.

TrafficSources

[required] The unique identifiers of one or more traffic sources. You can specify up to 10 traffic sources.

SkipZonalShiftValidation

If you enable zonal shift with cross-zone disabled load balancers, capacity could become imbalanced across Availability Zones. To skip the validation, specify true. For more information, see Auto Scaling group zonal shift in the Amazon EC2 Auto Scaling User Guide.


paws.management documentation built on April 3, 2025, 10:39 p.m.