Stop Instances
Operation name
Stop Instances
Function overview
Stops instances of Amazon EC2.
Properties
For details on use of variables, refer to Variables.
Basic settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Name |
Required |
Not available |
Enter a name that is used on the script canvas. |
|
Required settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Destination |
Required |
Not available |
Select a connection resource.
|
|
Instance list |
Required |
Available |
Specify instance IDs of instances to be stopped. Each instance can be operated with the following buttons:
|
|
Instance list/Instance ID (Name) |
Required |
Available |
Specify an instance ID of instance to be stopped. |
|
Wait for stop completion |
Required |
Available |
|
|
Property actions
Item name |
Description |
Remarks |
---|---|---|
Get instance list |
Get instance IDs created in Destination so that you can select them in Instance list/Instance ID (Name). |
Note
IDs of the following instances won't be gotten:
|
Comment
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Comment |
Optional |
Not available |
You can write a short description of this connector. |
|
Schemas
Input schema
None.
Output schema
<?xml version="1.0"?> <instances> <instance currentInstanceState="" instanceId="" previousInstanceState="" /> </instances>
Element name |
Attribute name |
Description |
Remarks |
---|---|---|---|
instances |
|
|
|
instance |
|
Appears once for each stopped instance. |
|
currentInstanceState |
Outputs the current instance state.
|
|
|
instanceId |
Outputs the instance ID. |
|
|
previousInstanceState |
Outputs the previous instance state.
|
|
Mass data processing
Mass data processing isn't supported.
Transaction
Transaction isn't supported.
Parallel Stream Processing
PSP isn't supported.
Available component variables
Component variable name |
Description |
Remarks |
---|---|---|
error_code |
When an error (AmazonServiceException) occurs, the error code of Amazon Web Services corresponding to the error is stored. |
|
status_code |
When an error (AmazonServiceException) occurs, the HTTP status code is stored. |
|
message_category |
When an error occurs, the category of the message code corresponding to the error is stored. |
|
message_code |
When an error occurs, the code of the message code corresponding to the error is stored. |
|
message_level |
When an error occurs, the severity of the message code corresponding to the error is stored. |
|
error_type |
When an error occurs, the error type is stored. |
|
error_message |
When an error occurs, the error message is stored. |
|
error_trace |
When an error occurs, the trace information for the error is stored. |
|
Message codes, exception messages, and limitations
Connector |
Message code |
Exception message |
Limitations |
---|---|---|---|