AWS resources created for a worker environment tier include:
Elastic Beanstalk also creates and provisions an Amazon SQS queue if you don’t already have one.
When you launch a worker environment, Elastic Beanstalk installs the necessary support files for your programming language of choice and a daemon on each EC2 instance in the Auto Scaling group.
The daemon:
If you have multiple instances in your worker environment, each instance has its own daemon, but they all read from the same Amazon SQS queue.