docs: fix typo in AWS installation guide

Fixes referring to previously created key file with .pen extension instead of .pem.

Fixes: #6412
Signed-off-by: Sig00rd <sfugas@virtuslab.com>
This commit is contained in:
Szymon Fugas 2023-03-03 15:58:11 +01:00 committed by Sig00rd
parent 60bb9d114a
commit 2d43e13102
No known key found for this signature in database
GPG Key ID: D526DB73CF700106

View File

@ -123,7 +123,7 @@ Refer to [this guide](https://docs.aws.amazon.com/cli/latest/userguide/cli-ec2-l
SSH into the machine
```bash
$ ssh -i MyKeyPair.pen ubuntu@${IP}
$ ssh -i MyKeyPair.pem ubuntu@${IP}
```
Go onto the next step.