Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

feat(ops): Create ECS Cluster/Task/Service #8

Closed
3 tasks
HarryET opened this issue Jun 30, 2022 · 2 comments · Fixed by #12
Closed
3 tasks

feat(ops): Create ECS Cluster/Task/Service #8

HarryET opened this issue Jun 30, 2022 · 2 comments · Fixed by #12
Labels
enhancement New feature or request ops Terraform

Comments

@HarryET
Copy link
Contributor

HarryET commented Jun 30, 2022

Create the ECS definitions for:

  • Cluster
  • Task
  • Service
@HarryET HarryET added enhancement New feature or request ops Terraform labels Jun 30, 2022
@HarryET
Copy link
Contributor Author

HarryET commented Jun 30, 2022

Found out from Supabase the recommended AWS EC2 instance classes are: t4g.nano or t4g.micro. This translates to roughly 2vCPU and 1GB of RAM. Since this was going on Fargate we will have to have the RAM at 4GB as per the docs unless we want to scale back the vCPU?

@sbc64
Copy link

sbc64 commented Jul 1, 2022

It is fine for now to use AWS fargate with 4GB. I suspect that as soon as SIWE is release we will get a huge load due to the hype. After the initial hype we can revisit the requirements of the our computer.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request ops Terraform
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants