I was looking into our docker image build process and trying to simplify things a bit and hopefully get the sizes down a bit too, so I wanted to do a multi stage build and copy files from there. What makes it tricky a bit is that so many of the CLI tools run on python with its famously convoluted dependency management system, but one thing that might help would be upgrading AWS CLI to v2 which has the ability to properly separate its install into its own self-contained directory from where copying the files over is easy. Is there any major reason why we only ship with v1 currently and could we bump it, or do we need to stick with v1?