I am a bit confused about how to get FusionAuth container working in Fargate. My docker compose up
command is working fine locally on my computer but when I go to the localhost:9011 , I see a setup wizard where I can set up the Administrator account and accept the license agreement. If I deploy my Fusionauth container on ECS/Fargate for scaling, how would this setup task be taken care of? Would I have to do the setup process (Admin account and license agreement) manually for each instance of the application on Fargate? Am I thinking about this wrong? Should there only be one instance of FusionAuth running? Is scaling (by increasing the number of concurrent FusionAuth instances talking to the same database) not the right approach for this? Thanks!
A
Latest posts made by anand.murugan 0
-
FusionAuth on ECS and Fargate