aws ec2 stop-instances

Description

Stops an Amazon EBS-backed instance.

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