While going through the documentation I came to know about these two tier of environment in AWS, but couldn't find any comparison between them. The suggested thing in documentation is, one should choose Worker Environment for a long running tasks (to increase the responsiveness of Web-tier).
I have a few questions to clarify my doubts:
How two tier are different from each other? (in regards to performing different operations, services available in each etc.)
How do both communicate with each other? (if I developed my front-end app in Web-tier and back-end in Worker-tier)