Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform files and instructions for deploying #14

Open
4 tasks
AarjavP opened this issue Jun 3, 2021 · 0 comments
Open
4 tasks

Terraform files and instructions for deploying #14

AarjavP opened this issue Jun 3, 2021 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@AarjavP
Copy link
Owner

AarjavP commented Jun 3, 2021

You can pick the provider but I would prefer you pick between AWS, Azure, or Google Cloud.

  • Figure out the resources we would need to provision/configure. Off the top of my head this could be:
    • a place to host the static frontend. In aws i think this can be S3.
    • a 'serverless' service as backend / servicing the requests from frontend. in aws i think this can be lambda
    • a database. in aws this can be dynamodb since its cheaper than documentdb.
    • something for mapping the dns entries to actual instances. (Route 53 in aws)
  • make note of any changes that would need to be made in the code to make this easier/ more flexible. We can discuss this after you get more understanding of the plan / approach we should take.
  • make the definitions
  • write documentation on commands to use and config to change to deploy your own version of gamestock to the cloud.
@AarjavP AarjavP added the help wanted Extra attention is needed label Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants