deploy_web_server
Deploy an nginx web server on OCI with a VCN, internet gateway, route table, security list, and subnet in one operation. Returns the public IP and URL.
Instructions
One-shot: VCN+IGW+route+seclist+subnet+nginx instance. Returns public_ip + URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compartment_id | Yes | ||
| name | Yes | ||
| ssh_public_key | Yes | ||
| shape | No | VM.Standard.E2.1.Micro | |
| operating_system | No | Oracle Linux | |
| operating_system_version | No | 8 | |
| vcn_cidr | No | 10.0.0.0/16 | |
| subnet_cidr | No | 10.0.1.0/24 | |
| shape_ocpus | No | ||
| shape_memory_in_gbs | No |