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)
663
663
i-5d74753e210bfe04d PreviousState=running CurrentState=stopping
664
664
665
665
666
+ ### instance-subnet
667
+
668
+ List subnet for EC2 Instance(s)
669
+
670
+ USAGE: instance-subnets instance-id [instance-id]
671
+
672
+
666
673
### instance-stop-protection
667
674
668
- List current state of stop Protection for EC2 Instance(s)
675
+ List current state of Stop Protection for EC2 Instance(s)
669
676
670
677
USAGE: instance-stop-protection instance-id [instance-id]
671
678
672
- $ instances | instance-stop -protection
679
+ $ instances | instance-termination -protection
673
680
i-4e15ece1de1a3f869 DisableApiStop=true
674
681
i-89cefa9403373d7a5 DisableApiStop=false
675
682
i-806d8f1592e2a2efd DisableApiStop=false
676
683
i-61e86ac6be1e2c193 DisableApiStop=false
677
684
685
+
678
686
### instance-stop-protection-disable
679
687
680
688
Disable EC2 Instance stop protection
@@ -688,18 +696,14 @@ Enable EC2 Instance stop protection
688
696
689
697
USAGE: instance-stop-protection-enable instance-id [instance-id]
690
698
691
- ### instance-subnet
692
-
693
- List subnet for EC2 Instance(s)
694
-
695
- USAGE: instance-subnets instance-id [instance-id]
696
699
697
700
### instance-tags
698
701
699
702
List tags applied EC2 Instance(s)
700
703
701
704
USAGE: instance-tags instance-id [instance-id]
702
705
706
+
703
707
### instance-tag
704
708
705
709
List named tag on EC2 Instance(s)
Original file line number Diff line number Diff line change @@ -114,6 +114,9 @@ instance-stack
114
114
instance-start
115
115
instance-state
116
116
instance-stop
117
+ instance-stop-protection
118
+ instance-stop-protection-disable
119
+ instance-stop-protection-enable
117
120
instance-subnet
118
121
instance-tag
119
122
instance-tag-create
You can’t perform that action at this time.
0 commit comments