Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
ec2
📤 Upload
📝 New File
📁 New Folder
Close
Editing: withdraw-byoip-cidr.rst
**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" } }
Save
Cancel