I'm using ElasticBeanstalk for an app, it has some big initial space requirements. It exceeds the default 8GB capacity of the EBS disk on the EC2 instances. So, I tried to increase the disk capacity by using a bigger EC2 instance type. For instance, I used an m3.large, which provides me with 1x32GB of storage.
However, when the Beanstalk environment launches, it still only shows 8GB. Does anyone know how to get bigger instance storage on ElasticBeanstalk environments?