I am working on a saas application having following setups
1 ec2 instance to run angular app
1 ec2 instance to run rest api built with golang
1 ec2 instance for database - mongodb
loadbalancer to direct the api hits to api server and web hits to app server
I have gone through the docs and commands are running properly for lets encrypt but I am not sure how should I proceed with my setup, do I need to add a new instance for lets encrypt ?