Difference between revisions of "Aws ec2 describe-vpcs"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 +
<pre>
 +
aws ec2 describe-vpcs
 +
{
 +
    "Vpcs": [
 +
        {
 +
            "CidrBlock": "172.31.0.0/16",
 +
            "DhcpOptionsId": "dopt-74d4af1f",
 +
            "State": "available",
 +
            "VpcId": "vpc-2e452445",
 +
            "OwnerId": "672850446578",
 +
            "InstanceTenancy": "default",
 +
            "CidrBlockAssociationSet": [
 +
                {
 +
                    "AssociationId": "vpc-cidr-assoc-a74320cc",
 +
                    "CidrBlock": "[[172.31]].0.0/16",
 +
                    "CidrBlockState": {
 +
                        "State": "associated"
 +
                    }
 +
                }
 +
            ],
 +
            "IsDefault": true
 +
        }
 +
    ]
 +
}
 +
</pre>
  
  

Revision as of 19:56, 23 August 2021

aws ec2 describe-vpcs
{
    "Vpcs": [
        {
            "CidrBlock": "172.31.0.0/16",
            "DhcpOptionsId": "dopt-74d4af1f",
            "State": "available",
            "VpcId": "vpc-2e452445",
            "OwnerId": "672850446578",
            "InstanceTenancy": "default",
            "CidrBlockAssociationSet": [
                {
                    "AssociationId": "vpc-cidr-assoc-a74320cc",
                    "CidrBlock": "[[172.31]].0.0/16",
                    "CidrBlockState": {
                        "State": "associated"
                    }
                }
            ],
            "IsDefault": true
        }
    ]
}



Advertising: