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 / ec2 / withdraw-byoip-cidr.rst
Size: Mime:
**To stop advertising an address range**

The following ``withdraw-byoip-cidr`` example stops advertising the specified address range. ::

    aws ec2 withdraw-byoip-cidr 
        --cidr 203.0.113.25/24

Output::

    {
        "ByoipCidr": {
            "Cidr": "203.0.113.25/24",
            "StatusMessage": "ipv4pool-ec2-1234567890abcdef0",
            "State": "advertised"
        }
    }