I\'m trying to set up an Elastic Beanstalk application with Amazon Web Services however I\'m receiving a load of errors with the message None of the instances are send
Check if your instance type's RAM is enough for app + os + amazon tooling. We suffered from this for a long time, when we discovered that t2.micro is barely enough for our use cases. The problem went away right after using t2.small (2GB).