| « PreviousNext » | |
![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Removes subnets from the set of configured subnets in the VPC for the LoadBalancer.
After a subnet is removed all of the EndPoints registered with the LoadBalancer that are in the removed subnet will go into the OutOfService state. When a subnet is removed, the LoadBalancer will balance the traffic among the remaining routable subnets for the LoadBalancer.
For information about the common parameters that all actions use, see Common Parameters.
The name associated with the LoadBalancer to be detached. The name must be unique within the client AWS account.
Type: String
Required: Yes
A list of subnet IDs to remove from the set of configured subnets for the LoadBalancer.
Type: String list
Required: Yes
The following
element is
returned in a DetachLoadBalancerFromSubnetsResult structure.
A list of subnet IDs removed from the configured set of subnets for the LoadBalancer.
Type: String list
For information about the errors that are common to all actions, see Common Errors.
The specified LoadBalancer could not be found.
HTTP Status Code: 400
Requested configuration change is invalid.
HTTP Status Code: 409