aws ec2 start-instances

Description

Starts an Amazon EBS-backed instance that you've previously stopped.

Command
aws ec2 start-instances
Examples
Start a single instance
aws ec2 start-instances --instance-ids i-1234567890abcdef0
Parameters
Parameter Type Required Description
--instance-ids <value> string No The IDs of the instances to start.
Command Info
Category: Ec2
Type: Aws
Views: 13
Status: Active
Tags
aws ec2 compute instance start