Merge pull request #6409 from Sig00rd/patch-1

docs: fix typo in key filename in AWS installation guide
This commit is contained in:
Steve Horsman 2023-03-07 15:19:46 +00:00 committed by GitHub
commit cc1821fb8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.