Last Updated: Mar 15, 2021
Use this function to start an Instance in AWS with the given details.
Start Instance (access_key, secret_key, location, instance_id)
| Input Parameter Name | Description | 
|---|---|
| access_key | AWS access_key_ID of the user | 
| secret_key | AWS Secret_access_key of the user | 
| location | Location where the machine is hosted | 
| instance_id | ID of the instance | 
To know more about access_key and secret_key, click here.
| Return Value | Description | 
|---|---|
| Output | 
  | 
Start Instance (XYZ, ABC, us-east-2, i-111111)
To view all the AWS functions, click here.