update_vng
Modify AWS VNG (launch spec) configurations by providing JSON updates. Requires explicit confirmation for safety.
Instructions
DESTRUCTIVE: Update an AWS VNG (launch spec) configuration. Requires confirm=true. Pass updates as a JSON string.
Args: vng_id: The VNG/launch spec ID (e.g. ols-abc12345) updates_json: JSON string of fields to update (e.g. '{"resourceLimits": {"maxInstanceCount": 20}}') confirm: Must be true to execute. Safety guard. account_id: Optional account ID. Defaults to SPOTINST_ACCOUNT_ID env var.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vng_id | Yes | ||
| updates_json | Yes | ||
| confirm | No | ||
| account_id | No |