Start an ECS instance that is in the Stopped or Expired state from the console or by calling an API operation.
Prerequisites
The instance is in one of the following states:
-
Stopped.
-
Expired due to an overdue payment. The payment is settled, but the instance is not automatically reactivated.
Background
After you settle the overdue payment for a pay-as-you-go instance, the instance is automatically reactivated. If the instance does not enter the Running state within 10 minutes, manually reactivate it.
After you reactivate a pay-as-you-go instance that was stopped due to an overdue payment, billing resumes. Release unneeded instances to avoid unnecessary costs.
Start an instance in the ECS console
Go to ECS console - Instances.
In the upper-left corner of the page, select a region and resource group.
-
Click the instance ID to go to the instance details page.
-
Click All Operations in the upper-right corner.
-
Search for and click Start.
-
In the Start Instance dialog box, confirm the instance information and click OK.
The instance status changes to Starting and then to Running, which indicates the instance is started.
Important-
If the instance fails to start due to an understocked instance type, change the instance type of a pay-as-you-go instance.
-
If the instance still fails to start after you change the instance type, use instance health diagnostics to troubleshoot the issue.
-
Start instances by calling an API operation
Call the following API operations to start one or more instances. See Integration overview for API usage details.
-
StartInstance: Starts a single Stopped instance.
-
StartInstances: Starts one or more Stopped instances.