Creates a default VPC with a size /16
IPv4 CIDR block and a default subnet in each Availability Zone. For more information about the components of a default VPC, see Default VPCs in the Amazon VPC User Guide. You cannot specify the components of the default VPC yourself.
If you deleted your previous default VPC, you can create a default VPC. You cannot have more than one default VPC per Region.
Request ParametersFor more information about required and optional parameters that are common to all actions, see Common Query Parameters.
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
Type: Boolean
Required: No
The following elements are returned by the service.
The ID of the request.
Type: String
Information about the VPC.
Type: Vpc object
For information about the errors that are common to all actions, see Common client error codes.
Examples ExampleThis example creates a default VPC.
Sample Requesthttps://ec2.amazonaws.com/?Action=CreateDefaultVpc
&AUTHPARAMS
Sample Response
<CreateDefaultVpcResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>056298f3-5f3e-48fb-9221-7c0example</requestId>
<vpc>
<cidrBlock>172.31.0.0/16</cidrBlock>
<dhcpOptionsId>dopt-61079b07</dhcpOptionsId>
<instanceTenancy>default</instanceTenancy>
<ipv6CidrBlockAssociationSet/>
<isDefault>true</isDefault>
<state>pending</state>
<tagSet/>
<vpcId>vpc-3f139646</vpcId>
</vpc>
</CreateDefaultVpcResponse>
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4