mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-30 17:26:31 +02:00
Update README.md
This commit is contained in:
parent
bb121c445a
commit
a43ed82cb0
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ vim
|
|||
```
|
||||
5. In the AWS EC2, select the newly created EC2 instance and terminate the instance.
|
||||
|
||||
## The AWS CLI Wau
|
||||
## The AWS CLI Way
|
||||
```
|
||||
!aws --region `ec2-metadata --availability-zone | sed 's/placement: \(.*\).$/\1/'` ec2 stop-instances --instance-ids `wget -q -O - http://169.254.169.254/latest/meta-data/instance-id`
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue