vpc_create
Create a new VPC in a specified region with optional IPv4 subnet and mask, returning the VPC ID and subnet details.
Instructions
Create a new VPC.
Args: region: Region code where the VPC will be created (e.g., "ewr", "lax", "fra") description: Description/label for the VPC ctx: FastMCP context for resource change notifications v4_subnet: IPv4 subnet for the VPC (e.g., "10.0.0.0", defaults to auto-assigned) v4_subnet_mask: IPv4 subnet mask (e.g., 24, defaults to 24)
Returns: Created VPC information including ID and subnet details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | Yes | ||
| v4_subnet | No | ||
| description | Yes | ||
| v4_subnet_mask | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||