0.3.6
what
Add a setting to use Immutable strategy of deployment (instead changing instances in-place, create new ones)
why
Because immutable strategy ensure that all the process of deployment can be done from scratch (don't depend on old components, force creation of new resources for changes).
references
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.rollingupdates.html
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environmentmgmt-updates-immutable.html
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.rolling-version-deploy.html