AWS: None of the Instances are sending data

后端 未结 7 2228
无人共我
无人共我 2020-12-23 22:22

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

7条回答
  •  没有蜡笔的小新
    2020-12-23 23:03

    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).

提交回复
热议问题