-
I have created aws postgresql rds instance, shall I create 3 instances and in the .env file configure those value and run the docker compose up in all 3 instances, and on top of it shall I use loadbalancer, will it work ? since all vms are going to be use same db will it impact / is there any other approach there.. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@csetarun2 yes it will work. |
Beta Was this translation helpful? Give feedback.
@csetarun2 yes it will work.
You can put elb in front of your EC2. Your EC2 need either to run dispatch directly using systemd or running dispatch container image. The only prerequisite is to plug all your dispatch server to the same DB. If you use AWS service I would recommand to use RDS services. :-)
Wish it helped you 🤓