startup_script_create_common_startup_script
Create common startup scripts from templates for Docker, Node.js, security updates, or SSH setup. Specify script type and optional SSH port to get a ready-to-use script.
Instructions
Create a common startup script from templates.
Args: script_type: Type of script ('docker_install', 'nodejs_install', 'security_updates', 'ssh_setup') ssh_port: SSH port to use for 'ssh_setup' script type (default: 22)
Returns: Created startup script details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ssh_port | No | ||
| script_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||