Messtone LLC Manages (FMA): Deploying FMA Service

Messtone Devices Enables The Federated Model Aggregation Service as follows`git clone https://github.com/capitalone/federated-model-aggregation.git cd federated-model-aggregation build the environment: cd aggregator make fma-django-compile make install make sam-build-remote build the api service environment: cd api_service make fma-django-compile make install make sam-build-remote Standard Deployment the root of the repository: cd terraform_deploy terra form init terra form apply terraform plan terraform state list terraform apply -target<target> terraform apply -auto-approve Tips_and_Best_Practice_Notes.md is read and changes are made to ensure a secure deployment that follows industry best practices.

Leave a comment