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