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
We want each student to be able to create their own AWS integration without interfering with another user.
This could be separate ECS containers for each web app, or many tenants on a single server.
Simplest would be single tenant and each user sees a view populated with their own values for role_arn, external_id.
Do we want a multi-tenant server?
https://books.agiliq.com/projects/django-multi-tenant/en/latest/
We want each student to be able to create their own AWS integration without interfering with another user.
This could be separate ECS containers for each web app, or many tenants on a single server.
Simplest would be single tenant and each user sees a view populated with their own values for role_arn, external_id.
No preference for now.
Currently playing with this
https://www.notion.so/How-to-deploy-django-app-to-ECS-Fargate-Part1-a1e99c19b2a3423585e67f0b1ad81cbd
The text was updated successfully, but these errors were encountered: