ec2-terminate-instances From Amazon Elastic Compute Cloud: 2008-12-01 previous page next page ec2-terminate-instancesSyntax ec2-terminate-instances instance_id [instance_id ...] Description Terminates the specified instances. OptionsOptionDescriptionRequiredinstance_idID of the instance that was assigned at launch. Example: i-3ea74257 YesOutput Amazon EC2 returns a table that contains the following information: Output type identifier ("INSTANCE")The instance ID of the instance being terminatedThe state of the instance prior to being terminatedThe new state of the instance Amazon EC2 displays errors on stderr. ExampleThis example terminates the i-3ea74257 instance.PROMPT> ec2-terminate-instances i-3ea74257 INSTANCE i-3ea74257 running shutting-downRelated Topics TerminateInstances ec2-run-instances ec2-describe-instances previous page start next page