View source: R/autoscaling_operations.R
autoscaling_attach_traffic_sources | R Documentation |
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.
autoscaling_attach_traffic_sources(
AutoScalingGroupName,
TrafficSources,
SkipZonalShiftValidation = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.