**To create a range of customer-owned IP (CoIP) addresses** The following ``create-coip-cidr`` example creates the specified range of CoIP addresses in the specified CoIP pool. :: aws ec2 create-coip-cidr \ --cidr 15.0.0.0/24 \ --coip-pool-id ipv4pool-coip-1234567890abcdefg Output:: { "CoipCidr": { "Cidr": "15.0.0.0/24", "CoipPoolId": "ipv4pool-coip-1234567890abcdefg", "LocalGatewayRouteTableId": "lgw-rtb-abcdefg1234567890" } } For more information, see `Customer-owned IP addresses `__ in the *AWS Outposts User Guide*.