Hacker News new | ask | show | jobs
by diehunde 2627 days ago
- RDS for the database system

- Elastic BeanStalk for the application server

- For git they have their own hosted service but you can always go with github/gitlab/bitbucket

- S3/Cloudfront if you need to host assets

Using the first two you can run a production ready app in a couple of hours (or minutes once you got some experience)

1 comments

What about deployments, user management and testing?