How to install a PHP extension witn Amazon AWS Elastic Beanstalk?
问题 We are using aws elastic beanstalk for our PHP application on EC2 instance. Since we opted for load balancing, it keeps changing the instance time and again. I am wondering if we install a PHP plugin, will it be affected by change of instance or it will be available in new instance as well? Asking this question because we have observed everytime instance is changed by elastic beanstalk, our application is redeployed. We need to install Geoip plugin. How to install it without affecting it on