InitScript
Resource Icon
Resource Overview
The Init Script feature allows you to automatically execute pre-written scripts during server creation. It can be used in various scenarios, such as when creating multiple servers with the same purpose in bulk, regularly creating servers with the same environment, or managing initial server environments for different purposes.
Associated Resources
Parent Resource
Resource Setting Values
OS_type
: The type of O/S to apply server instance -LNX
,WND
Content
: The script to run automatically when the server is created, ex) #!/bin/bash yum install -y httpd && systemctl start httpd