Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / elb / detach-load-balancer-from-subnets.rst
Size: Mime:
**To detach load balancers from subnets**

This example detaches the specified load balancer from the specified subnet.

Command::

     aws elb detach-load-balancer-from-subnets --load-balancer-name my-load-balancer --subnets subnet-0ecac448

Output::

   {
      "Subnets": [
          "subnet-15aaab61"
      ]
   }