Configure a Step to Execute an Object Storage Script
You can configure a user-defined step to execute a script that resides in Object Storage. The script type and format must comply with all the script type and format restrictions.
For a list of script type and format restrictions, see Limitations and Considerations.
Scripts that exit with a non-zero code are considered to have failed and will result in the user-defined step failing execution.
Note
A script stored in object storage is executed on the instance using the default
A script stored in object storage is executed on the instance using the default
ocarun
user ID. You can not execute object storage scripts using a different user ID. Furthermore, you can not provide any additional arguments for object storage scripts. To execute scripts using a different user ID or to provide additional arguments to the script, see Configure a Step to Execute a Local Script.
Parent topic: Add User-Defined Plan Groups and Steps