weaveworks / scope

Monitoring, visualisation & management for Docker & Kubernetes
https://www.weave.works/oss/scope/
Apache License 2.0
5.84k stars 708 forks source link

Run AWS CLI from a container image #3841

Closed bboreham closed 3 years ago

bboreham commented 3 years ago

The change in #3833 to stop installing Python in the build container means we can no longer just pip install aws-cli.

Instead, use the official AWS image to run it.

Need to run in 'machine' executor on CircleCI so we can mount volumes into the Docker container. Note that setup_remote_docker spins up a VM anyway, so this is probably more efficient.