https://github.com/rbren/making-a-web-service
https://github.com/rbren/making-a-web-service
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rbren/making-a-web-service
- Owner: rbren
- Created: 2015-11-19T18:17:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-28T00:58:39.000Z (over 9 years ago)
- Last Synced: 2025-08-22T12:41:49.642Z (11 months ago)
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# So you wanna make a web service
These are instructions on getting a production-grade web service up and running on AWS,
mainly for me to reference back to when I create a new deployment. Includes instructions
on domain registration, setting up SSL, load balancing, setting up e-mail, etc.
I recommend the [serverless setup](Serverless.md), but if you want to run your own servers
try the [EC2 setup](EC2.md).