Guest User

Untitled

a guest
Dec 11th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. $ aws ec2 describe-subnets
  2. {
  3. "Subnets": [
  4. ...
  5. ]
  6. }
  7.  
  8. {
  9. "AvailabilityZone": "us-east-1d",
  10. "AvailableIpAddressCount": 251,
  11. "CidrBlock": "172.30.2.0/24",
  12. "DefaultForAz": false,
  13. "MapPublicIpOnLaunch": true,
  14. "State": "available",
  15. "SubnetId": "<subnet_id>",
  16. "VpcId": "<vpc_id>",
  17. "AssignIpv6AddressOnCreation": false,
  18. "Ipv6CidrBlockAssociationSet": []
  19. },
Add Comment
Please, Sign In to add comment