File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -663,18 +663,26 @@ Stop EC2 Instance(s)
663663 i-5d74753e210bfe04d PreviousState=running CurrentState=stopping
664664
665665
666+ ### instance-subnet
667+
668+ List subnet for EC2 Instance(s)
669+
670+ USAGE: instance-subnets instance-id [instance-id]
671+
672+
666673### instance-stop-protection
667674
668- List current state of stop Protection for EC2 Instance(s)
675+ List current state of Stop Protection for EC2 Instance(s)
669676
670677 USAGE: instance-stop-protection instance-id [instance-id]
671678
672- $ instances | instance-stop -protection
679+ $ instances | instance-termination -protection
673680 i-4e15ece1de1a3f869 DisableApiStop=true
674681 i-89cefa9403373d7a5 DisableApiStop=false
675682 i-806d8f1592e2a2efd DisableApiStop=false
676683 i-61e86ac6be1e2c193 DisableApiStop=false
677684
685+
678686### instance-stop-protection-disable
679687
680688Disable EC2 Instance stop protection
@@ -688,18 +696,14 @@ Enable EC2 Instance stop protection
688696
689697 USAGE: instance-stop-protection-enable instance-id [instance-id]
690698
691- ### instance-subnet
692-
693- List subnet for EC2 Instance(s)
694-
695- USAGE: instance-subnets instance-id [instance-id]
696699
697700### instance-tags
698701
699702List tags applied EC2 Instance(s)
700703
701704 USAGE: instance-tags instance-id [instance-id]
702705
706+
703707### instance-tag
704708
705709List named tag on EC2 Instance(s)
Original file line number Diff line number Diff line change @@ -114,6 +114,9 @@ instance-stack
114114instance-start
115115instance-state
116116instance-stop
117+ instance-stop-protection
118+ instance-stop-protection-disable
119+ instance-stop-protection-enable
117120instance-subnet
118121instance-tag
119122instance-tag-create
You can’t perform that action at this time.
0 commit comments