From 9f66c5d998a52832931f32f6ddfc84bfd5dc3595 Mon Sep 17 00:00:00 2001 From: eric Date: Mon, 14 Oct 2019 23:02:49 -0700 Subject: [PATCH] Add EC2 instance termination command --- awscli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awscli.md b/awscli.md index 60b80a7c4..162b6e6cb 100644 --- a/awscli.md +++ b/awscli.md @@ -9,6 +9,7 @@ layout: 2017/sheet ``` aws ec2 describe-instances aws ec2 start-instances --instance-ids i-12345678c +aws ec2 terminate-instances --instance-ids i-12345678c ``` ### S3