oscarfonts / docker-geoserver

MIT License
88 stars 50 forks source link

Deployment issues #10

Closed joseahr closed 6 years ago

joseahr commented 6 years ago

Hi guys! I had problems setting up the environment with the new configuration for deploying in Elastic Beanstalk. I successfully resolved this issues and I left it here the solution:

Problems:

I also checked the "Load balancing across multiple Availability Zones enabled" because instances are created in different Availavility Zones.

Now the environment seems to work correctly. Load Balancing is balancing my requests correctly, but the requests made from the GUI are balanced to the same instance keeping the session.

Did you follow this configuration? I'm missing something? If this is okey, it would be great to have a note for future readers.


Thank you!

victorzinho commented 6 years ago

Hi @joseahr. Yes, that's the proper configuration to make it work.

The doc about creating the environment is pretty scarce because we assume all configuration details are known by the user, but your notes are very useful. I just added them to the doc. Thanks for the contribution!