AWS CLI EC2 Cheat Sheet/Start stopped instances

Power on one or more stopped instances.

Section: EC2 Instances

Start stopped instances

bash
bash
aws ec2 start-instances --instance-ids i-0123456789abcdef0
Explanation

Transitions the instance back to running.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing EC2 Instances
Describe instances
List EC2 instances and their attributes.
OpenIn sheetbashsame section
Describe instances with query
Return a compact list of instance details.
OpenIn sheetbashsame section
Launch an instance
Start one or more EC2 instances.
OpenIn sheetbashsame section
Stop running instances
Gracefully stop one or more instances.
OpenIn sheetbashsame section
Reboot instances
Perform an OS-level reboot.
OpenIn sheetbashsame section
Terminate instances
Permanently delete one or more instances.
OpenIn sheetbashsame section