Difference between revisions of "Aws ec2 describe-subnets"
Jump to navigation
Jump to search
Line 37: | Line 37: | ||
* [[Create aws ec2 instance with ansible]] | * [[Create aws ec2 instance with ansible]] | ||
* [[AWS VPC]] | * [[AWS VPC]] | ||
− | * [[aws list all]] | + | * <code>[[aws list all]]</code> |
== See also == | == See also == |
Revision as of 16:04, 26 October 2021
https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-subnets.html
aws ec2 describe-subnets
aws ec2 describe-subnets | grep VpcId
aws ec2 describe-subnets --output=text | grep Name
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
- AWS EC2, AWS::EC2,
aws ec2
[describe-instances | describe-instance-status
|run-instances | terminate-instances | stop-instances
|tags
|describe-vpcs
|describe-addresses
|describe-availability-zones
|describe-subnets
|import-key-pair
|create-key-pair
|create-vpc
|create-internet-gateway
|modify-instance-attribute | ec2-instance-connect | get-console-output
]
Advertising: