federated-model-aggregation icon indicating copy to clipboard operation
federated-model-aggregation copied to clipboard

connectors/django/fma_django/models.py forces aggregation to happen in specific aws region

Open ksneab7 opened this issue 2 years ago • 1 comments

General Information:

  • OS: Any
  • Python version: 3.8.13
  • Library version: 0.0.1

Describe the bug: The fma-django forces the region to be us-east-1 for remote deployment on 106 in connectors/django/fma_django/models.py

To Reproduce: do remote deployment

Expected behavior: will only properly deploy remotely to us-east-1 aws region

Screenshots:

Additional context:

ksneab7 avatar Mar 20 '23 19:03 ksneab7

Can do via settings and pull in within models.py

JGSweets avatar Mar 20 '23 19:03 JGSweets