Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehdt authored Aug 13, 2024
1 parent a07aa2f commit fd0c203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ Once your server is up and running, if you used eg. a Google Drive link or your
This only needs to be done _once_, no matter how many times you redeploy.

- Create an SSH key in **EC2**, under `EC2 / Key Pairs`
- You only need to do this _once_; If you tear down and redeploy the CloudFormation stack you can reuse the same SSH key
- Keep the downloaded private keypair (PEM or PPK) file safe, you'll need it for [SSH / SCP access](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/connect-to-linux-instance.html) to the EC2 server instance
- If you tear down and redeploy the CloudFormation stack you can reuse the same SSH key
- Consider rotating these keys regularly as a good security practise

### AWS Setup

**Note:** This script currently only supports your _default VPC_, which should have been created automatically when you first signed up for your AWS acccount
**Note:** This script currently only supports your _default VPC_, which should have been created automatically when you first signed up for your AWS acccount.

If you want to use IPv6, see [the IPv6 docs](docs/IPv6.md) for how to configure your default VPC.

Expand Down

0 comments on commit fd0c203

Please sign in to comment.