With AWS Beanstalk (load balancing auto-scaling mode) I can deploy my application from a git repository. But if I want to make modifications on some files, I find no solutions ... I must deploy all again.
My first question is how I can upload only some modified files without deploying all again ?
My second question is : if I manually change the permissions of a folder directly on the EC2 server created by beanstalk, this change will be replicated to other futures instances (auto-scaling created automatically by beanstalk) ?