You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CalTech's readme notes that they use "a m6i.xlarge AWS EC2 instance with Ubuntu 20.04". From AWS' product details this is 4 vCPU and 16 GiB RAM. Based on their docs, they're running the main app, REST API, and celery worker as services on the same machine.
We would use GCP's Cloud SQL instead of the db node here. They're running all the services (nginx, UI app, REST API, celery worker, and redis cache) on the app node.
Local or GCP. GCP comes with a number of further decisions.
Reuse our ES cluster or start a new one?Invenio will deprecate ES so we have to use OpenSearch, we cannot reuse our ES cluster.See also #2 cloud storage research.
The text was updated successfully, but these errors were encountered: