Create Default Subnet
GET {{aws_ec2_base_url}}/?AvailabilityZone&DryRun&Action=CreateDefaultSubnet
Creates a default subnet with a size /20 IPv4 CIDR block in the specified Availability Zone in your default VPC.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AvailabilityZone | null | The Availability Zone in which to create the default subnet. | |
DryRun | null | 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. | |
Action | string |