mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-01 19:26:41 +02:00
Add The AWS Way
This commit is contained in:
parent
ca1df2d948
commit
0e46ede990
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -605,3 +605,17 @@ print('The universe is dead, VIM no longer exists');
|
||||||
1. Try CTRL+C
|
1. Try CTRL+C
|
||||||
2. Ask a senior engineer
|
2. Ask a senior engineer
|
||||||
3. Have senior engineer direct you to [how-to-exit-vim](https://github.com/hakluke/how-to-exit-vim)
|
3. Have senior engineer direct you to [how-to-exit-vim](https://github.com/hakluke/how-to-exit-vim)
|
||||||
|
|
||||||
|
|
||||||
|
## The AWS Way
|
||||||
|
1. In AWS EC2, select **Launch Instance**.
|
||||||
|
2. Launch an EC2 instance with a Linux based AMI.
|
||||||
|
3. ssh into the newly created EC2 instance
|
||||||
|
```shell
|
||||||
|
ssh -i <ec2 keypair pem location> ec2-user@<ec2 instance ip address>
|
||||||
|
```
|
||||||
|
4. Launch vim
|
||||||
|
```shell
|
||||||
|
vim
|
||||||
|
```
|
||||||
|
5. In the AWS EC2, select the newly created EC2 instance and terminate the instance.
|
||||||
|
|
Loading…
Add table
Reference in a new issue