Ask HN: What AWS products would you use for a new web app?
1 points| adrian_pop | 6 years ago
Of course, until the app reaches a testable version, it'll be developed locally. But afterwards, I would like to use AWS products to reacth the market.
I started to read about various tools, but got overwhelmed with so many informations about various products.
Now, the question: if you would start a project with the above specs, what AWS products would you use? How would the perfect AWS stack look for you?
Thank you.
diehunde|6 years ago
- 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)
adrian_pop|6 years ago
billconan|6 years ago
adrian_pop|6 years ago