Last Updated: May 10, 2022
Use this function to stop an Instance in AWS with the given details.
Stop 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 |
|
Stop Instance (XYZ, ABC, us-east-2, i-111111)
To view all the AWS functions, click here.