Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 659

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**To create a default VPC**

This example creates a default VPC.

Command::

  aws ec2 create-default-vpc

Output::

 {
    "Vpc": {
        "VpcId": "vpc-8eaae5ea", 
        "InstanceTenancy": "default", 
        "Tags": [], 
        "Ipv6CidrBlockAssociationSet": [], 
        "State": "pending", 
        "DhcpOptionsId": "dopt-af0c32c6", 
        "CidrBlock": "172.31.0.0/16", 
        "IsDefault": true
    }
  }