Skip to content

Instantly share code, notes, and snippets.

@djanatyn
Created May 16, 2014 03:19
Show Gist options
  • Save djanatyn/78f8ef2e9f2cbe72f114 to your computer and use it in GitHub Desktop.
Save djanatyn/78f8ef2e9f2cbe72f114 to your computer and use it in GitHub Desktop.
[fedora@ip-10-0-1-16 ~]$ aws ec2 create-subnet --vpc-id vpc-fc1d019e --cidr-block 10.0.2.0/24
{
"Subnet": {
"VpcId": "vpc-fc1d019e",
"CidrBlock": "10.0.2.0/24",
"State": "pending",
"AvailabilityZone": "us-west-1b",
"SubnetId": "subnet-3a0d227c",
"AvailableIpAddressCount": 251
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment