diff --git a/README.md b/README.md index e56665c..3c8b92d 100644 --- a/README.md +++ b/README.md @@ -617,3 +617,16 @@ print('The universe is dead, VIM no longer exists'); 1. Try CTRL+C 2. Ask a senior engineer 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-user@ +``` +4. Launch vim +```shell +vim +``` +5. In the AWS EC2, select the newly created EC2 instance and terminate the instance.