aws ec2 describe-subnets

From wikieduonline
Jump to navigation Jump to search

https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-subnets.html

aws ec2 describe-subnets --output=table
||+-----------------------------+---------------------------------------------------------------------+||
||                                               Subnets                                               ||
|+------------------------------+----------------------------------------------------------------------+|
||  AssignIpv6AddressOnCreation |  False                                                               ||
||  AvailabilityZone            |  us-west-2a                                                          ||
||  AvailabilityZoneId          |  usw2-az2                                                            ||
||  AvailableIpAddressCount     |  239                                                                 ||
||  CidrBlock                   |  10.0.10.0/24                                                        ||
||  DefaultForAz                |  False                                                               ||
||  MapCustomerOwnedIpOnLaunch  |  False                                                               ||
||  MapPublicIpOnLaunch         |  False                                                               ||
||  OwnerId                     |  782871186567                                                        ||
||  State                       |  available                                                           ||
||  SubnetArn                   |  arn:aws:ec2:us-west-2:782871186567:subnet/subnet-0e038b0cdfcb53b19  ||
||  SubnetId                    |  subnet-0e038b0cdfcb53b19                                            ||
||  VpcId                       |  vpc-0a89965bb4754b25c                                               ||
|+------------------------------+----------------------------------------------------------------------+|
|||                                               Tags                                                |||
||+----------------------------+----------------------------------------------------------------------+||
|||             Key            |                                Value                                 |||
||+----------------------------+----------------------------------------------------------------------+||
|||  Name                      |  stage-us-west-2a-private-subnet                                     |||
|||  Environment               |  your_env                                                            |||

Related

See also

Advertising: