create_vpc2
Create a new VPC 2.0 network in a specified region with custom IP configuration and description for secure cloud infrastructure isolation.
Instructions
Create a new VPC 2.0 network.
Args: region: Region code where the VPC 2.0 will be created (e.g., "ewr", "lax", "fra") description: Description/label for the VPC 2.0 ip_type: IP type ("v4" or "v6", defaults to "v4") ip_block: IP block for the VPC 2.0 (e.g., "10.0.0.0", defaults to auto-assigned) prefix_length: Prefix length (e.g., 24 for /24, defaults to 24)
Returns: Created VPC 2.0 information including ID and IP block details
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| description | Yes | ||
| ip_block | No | ||
| ip_type | No | v4 | |
| prefix_length | No | ||
| region | Yes |