Skip to content

Commit

Permalink
Adding note about ip whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
gislawill committed Oct 10, 2024
1 parent 68e711b commit 0338024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ Before deploying, make sure that:

To deploy, ssh into the EC2 instance:
- Get the private key and copy it to `~/.ssh/{some name}.pem`
- Add your IP address to the EC2 instance's whitelist in the AWS console
- Run `ssh -i ~/.ssh/{some name}.pem ubuntu@{Public IPv4 DNS}`
- Navigate to the api directory
- Confirm you're on the right branch and the branch is up to date
Expand Down

0 comments on commit 0338024

Please sign in to comment.